Searched refs:PutScript (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | compilation-cache-table.h | 93 static Handle<CompilationCacheTable> PutScript( in EXTERN_DECLARE_HASH_TABLE()
|
D | compilation-cache-table.cc | 298 Handle<CompilationCacheTable> CompilationCacheTable::PutScript( in PutScript() function in v8::internal::CompilationCacheTable
|
/third_party/node/deps/v8/src/codegen/ |
D | compilation-cache.cc | 213 SetFirstTable(CompilationCacheTable::PutScript(table, source, language_mode, in Put() 338 void CompilationCache::PutScript(Handle<String> source, in PutScript() function in v8::internal::CompilationCache
|
D | compilation-cache.h | 179 void PutScript(Handle<String> source, LanguageMode language_mode,
|
D | compiler.cc | 3055 compilation_cache->PutScript(source, language_mode, result); in Compile() 3094 compilation_cache->PutScript(source, language_mode, result); in Compile() 3289 compilation_cache->PutScript(source, task->flags().outer_language_mode(), in Compile()
|