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

/external/chromium_org/v8/src/
H A Dfactory.h236 Handle<Context> NewFunctionContext(int length, Handle<JSFunction> function);
H A Druntime.h492 F(NewFunctionContext, 1, 1) \
H A Dfactory.cc722 Handle<Context> Factory::NewFunctionContext(int length, function in class:v8::internal::Factory
H A Dbootstrapper.cc1688 factory()->NewFunctionContext(Context::MIN_CONTEXT_SLOTS, bridge);
H A Druntime.cc9070 return *isolate->factory()->NewFunctionContext(length, function);

Completed in 1370 milliseconds