Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc600 return *isolate->factory()->NewWithContext(current, scope_info, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc106 Handle<Context> context = isolate->factory()->NewWithContext( in Local()
/third_party/node/deps/v8/src/heap/
Dfactory.h364 Handle<Context> NewWithContext(Handle<Context> previous,
Dfactory.cc1299 Handle<Context> Factory::NewWithContext(Handle<Context> previous, in NewWithContext() function in v8::internal::Factory
/third_party/node/deps/v8/src/api/
Dapi.cc2642 context = isolate->factory()->NewWithContext( in CompileFunctionInternal()