Home
last modified time | relevance | path

Searched refs:set_allow_eval_cache (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h271 void set_allow_eval_cache(bool value) { allow_eval_cache_ = value; } in set_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.h275 void set_allow_eval_cache(bool allow) { allow_eval_cache_ = allow; } in set_allow_eval_cache() function in v8::internal::ParseFunctionFlag::ParserBase
4915 set_allow_eval_cache(false); in ParseTemplateLiteral()

Completed in 18 milliseconds