Home
last modified time | relevance | path

Searched refs:allow_eval_cache (Results 1 – 5 of 5) 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.h273 reusable_preparser_->set_allow_eval_cache(allow_eval_cache());
Dparser.cc708 info->set_allow_eval_cache(allow_eval_cache()); in PostProcessParseResult()
2914 set_allow_eval_cache(reusable_preparser()->allow_eval_cache()); in SkipFunction()
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
2337 allow_eval_cache = true; in Compile()
2384 allow_eval_cache = parse_info.allow_eval_cache(); in Compile()
2404 if (allow_eval_cache) { in Compile()
2419 if (allow_eval_cache) { in Compile()