Home
last modified time | relevance | path

Searched refs:AddScriptToScriptCache (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddebug.h394 void AddScriptToScriptCache(Handle<Script> script);
Ddebug.cc2298 void Debug::AddScriptToScriptCache(Handle<Script> script) { in AddScriptToScriptCache() function in v8::internal::Debug
2585 debug->AddScriptToScriptCache(script); in OnAfterCompile()