Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h166 Handle<Context> NewFunctionContext(int length,
Druntime.h322 F(NewFunctionContext, 1, 1) \
Dfactory.cc294 Handle<Context> Factory::NewFunctionContext(int length, in NewFunctionContext() function in v8::internal::Factory
Dbootstrapper.cc1463 factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, bridge); in InstallNatives()
Druntime.cc11699 isolate->factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, in CopyNestedScopeContextChain()
11837 isolate->factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, in RUNTIME_FUNCTION()