Searched refs:allow_eval_cache (Results 1 – 5 of 5) sorted by relevance
270 bool allow_eval_cache() const { return allow_eval_cache_; } in allow_eval_cache() function
273 reusable_preparser_->set_allow_eval_cache(allow_eval_cache());
708 info->set_allow_eval_cache(allow_eval_cache()); in PostProcessParseResult()2914 set_allow_eval_cache(reusable_preparser()->allow_eval_cache()); in SkipFunction()
274 bool allow_eval_cache() const { return allow_eval_cache_; } in allow_eval_cache() function
2332 bool allow_eval_cache; in Compile() local2337 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()