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/
H A Dparse-info.h270 bool allow_eval_cache() const { return allow_eval_cache_; } in allow_eval_cache() function in v8::internal::ParseInfo
H A Dparser.h273 reusable_preparser_->set_allow_eval_cache(allow_eval_cache()); in reusable_preparser()
H A Dparser.cc708 info->set_allow_eval_cache(allow_eval_cache()); in PostProcessParseResult()
2917 set_allow_eval_cache(reusable_preparser()->allow_eval_cache()); in SkipFunction()
H A Dparser-base.h274 bool allow_eval_cache() const { return allow_eval_cache_; } in allow_eval_cache() function in v8::internal::ParseFunctionFlag::ParserBase
/third_party/node/deps/v8/src/codegen/
H A 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()

Completed in 23 milliseconds