Searched refs:NewWithContext (Results 1 – 5 of 5) sorted by relevance
96 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()
247 Handle<Context> NewWithContext(Handle<JSFunction> function,
817 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function, in NewWithContext() function in v8::internal::Factory
1953 context = factory->NewWithContext(closure, context, extension); in CompileFunctionInContext()
831 isolate->factory()->NewWithContext(function, current, extension_object); in RUNTIME_FUNCTION()