Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h347 Handle<ScriptContextTable> NewScriptContextTable();
Dfactory.cc1207 Handle<ScriptContextTable> Factory::NewScriptContextTable() { in NewScriptContextTable() function in v8::internal::Factory
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1554 factory->NewScriptContextTable(); in InitializeGlobal()