Home
last modified time | relevance | path

Searched defs:allow_eval_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparse-info.h270 bool allow_eval_cache() const { return allow_eval_cache_; } in allow_eval_cache() function
Dparser-base.h274 bool allow_eval_cache() const { return allow_eval_cache_; } in allow_eval_cache() function
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2332 bool allow_eval_cache; in Compile() local