Home
last modified time | relevance | path

Searched refs:NewBlockContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dfactory.h272 Handle<Context> NewBlockContext(Handle<JSFunction> function,
Dfactory.cc858 Handle<Context> Factory::NewBlockContext(Handle<JSFunction> function, in NewBlockContext() function in v8::internal::Factory
/external/v8/src/runtime/
Druntime-scopes.cc723 isolate->factory()->NewBlockContext(function, current, scope_info); in RUNTIME_FUNCTION()