Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h308 Handle<Context> NewCatchContext(Handle<JSFunction> function,
Dfactory.cc991 Handle<Context> Factory::NewCatchContext(Handle<JSFunction> function, in NewCatchContext() function in v8::internal::Factory
/external/v8/src/runtime/
Druntime-scopes.cc787 Handle<Context> context = isolate->factory()->NewCatchContext( in RUNTIME_FUNCTION()