Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1113 CompilationCache* compilation_cache() { return compilation_cache_; } in compilation_cache()
2092 CompilationCache* compilation_cache_ = nullptr; variable
Disolate.cc3544 delete compilation_cache_; in ThrowInternal()
3545 compilation_cache_ = nullptr; in ThrowInternal()
3912 compilation_cache_ = new CompilationCache(this); in ThrowInternal()