Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-script.h688 static CachedData* CreateCodeCacheForFunction(Local<Function> function);
/third_party/node/src/
Dnode_builtins.cc350 ScriptCompiler::CreateCodeCacheForFunction(fun)); in LookupAndCompileInternal()
Dnode_contextify.cc1300 new_cached_data.reset(ScriptCompiler::CreateCodeCacheForFunction(fn)); in CompileFunction()
/third_party/node/deps/v8/src/api/
Dapi.cc2814 ScriptCompiler::CachedData* ScriptCompiler::CreateCodeCacheForFunction( in CreateCodeCacheForFunction() function in v8::ScriptCompiler
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md2631 …it/a7c0cb87be)] - **src**: do not pass code to ScriptCompiler::CreateCodeCacheForFunction (Michaël…