Home
last modified time | relevance | path

Searched refs:NewWithContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/debug/
Ddebug-evaluate.cc96 context = isolate->factory()->NewWithContext(closure, context, extension); in Evaluate()
181 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder()
210 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder()
222 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder()
/external/v8/src/
Dfactory.h247 Handle<Context> NewWithContext(Handle<JSFunction> function,
Dfactory.cc817 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function, in NewWithContext() function in v8::internal::Factory
Dapi.cc1953 context = factory->NewWithContext(closure, context, extension); in CompileFunctionInContext()
/external/v8/src/runtime/
Druntime-scopes.cc831 isolate->factory()->NewWithContext(function, current, extension_object); in RUNTIME_FUNCTION()