Searched refs:calls_eval (Results 1 – 10 of 10) sorted by relevance
57 bool calls_eval) = 0;81 bool calls_eval) { in LogFunction() argument89 calls_eval_ = calls_eval; in LogFunction()126 bool calls_eval() const { in calls_eval() function172 bool calls_eval) { in LogFunction() argument179 function_store_.Add(calls_eval); in LogFunction()
1187 scope_->uses_super_property(), scope_->calls_eval()); in ParseLazyFunctionLiteralBody()
239 bool calls_eval() { return backing_[kCallsEvalIndex]; } in calls_eval() function
4377 if (entry.calls_eval()) scope_->RecordEvalCall(); in SkipLazyFunctionBody()4415 if (logger.calls_eval()) { in SkipLazyFunctionBody()4424 scope_->uses_super_property(), scope_->calls_eval()); in SkipLazyFunctionBody()
344 bool calls_eval() const { return scope_calls_eval_; } in calls_eval() function
584 if (scope->calls_eval()) DisableOptimization(kFunctionCallsEval); in Renumber()
91 CallsEvalField::encode(scope->calls_eval()) | in Create()
407 if (calls_eval()) other->RecordEvalCall(); in PropagateUsageFlagsToScope()
775 scope->calls_eval()) { in IgnitionShouldFallbackToFullCodeGen()
1094 CHECK_EQ((source_data[i].expected & EVAL) != 0, scope->calls_eval()); in TEST()