Searched refs:NewWithContext (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | factory.h | 176 Handle<Context> NewWithContext(Handle<JSFunction> function,
|
D | factory.cc | 317 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function, in NewWithContext() function in v8::internal::Factory
|
D | runtime.cc | 11709 isolate->factory()->NewWithContext(function, context, extension); in CopyNestedScopeContextChain() 11856 isolate->factory()->NewWithContext(go_between, context, extension); in RUNTIME_FUNCTION() 11954 context = isolate->factory()->NewWithContext( in RUNTIME_FUNCTION()
|
/external/chromium_org/v8/src/ |
D | factory.h | 211 Handle<Context> NewWithContext(Handle<JSFunction> function,
|
D | factory.cc | 424 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function, in NewWithContext() function in v8::internal::Factory
|
D | runtime.cc | 12759 context = isolate->factory()->NewWithContext(closure, context, extension); in DebugEvaluate() 12847 context = isolate->factory()->NewWithContext(function, context, materialized); in RUNTIME_FUNCTION()
|