Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h176 Handle<Context> NewWithContext(Handle<JSFunction> function,
Dfactory.cc317 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function, in NewWithContext() function in v8::internal::Factory
Druntime.cc11709 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/
Dfactory.h211 Handle<Context> NewWithContext(Handle<JSFunction> function,
Dfactory.cc424 Handle<Context> Factory::NewWithContext(Handle<JSFunction> function, in NewWithContext() function in v8::internal::Factory
Druntime.cc12759 context = isolate->factory()->NewWithContext(closure, context, extension); in DebugEvaluate()
12847 context = isolate->factory()->NewWithContext(function, context, materialized); in RUNTIME_FUNCTION()