Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-script.h672 static CachedData* CreateCodeCache(Local<UnboundScript> unbound_script);
679 static CachedData* CreateCodeCache(
/third_party/node/src/
Dnode_contextify.cc880 new_cached_data.reset(ScriptCompiler::CreateCodeCache(v8_script)); in New()
961 ScriptCompiler::CreateCodeCache(unbound_script)); in CreateCachedData()
Dmodule_wrap.cc747 ScriptCompiler::CreateCodeCache(unbound_module_script)); in CreateCachedData()
/third_party/node/deps/v8/src/d8/
Dd8.cc760 ScriptCompiler::CreateCodeCache(script->GetUnboundScript()); in ExecuteString()
778 ScriptCompiler::CreateCodeCache(script->GetUnboundScript()); in ExecuteString()
/third_party/node/deps/v8/src/api/
Dapi.cc2793 ScriptCompiler::CachedData* ScriptCompiler::CreateCodeCache( in CreateCodeCache() function in v8::ScriptCompiler
2804 ScriptCompiler::CachedData* ScriptCompiler::CreateCodeCache( in CreateCodeCache() function in v8::ScriptCompiler