Searched refs:scope_calls_eval_ (Results 1 – 2 of 2) sorted by relevance
238 scope_calls_eval_ = true; in NON_EXPORTED_BASE()325 bool calls_eval() const { return scope_calls_eval_; } in NON_EXPORTED_BASE()327 return scope_calls_eval_ && is_sloppy(language_mode()); in NON_EXPORTED_BASE()542 bool scope_calls_eval_ : 1; in NON_EXPORTED_BASE() local
330 scope_calls_eval_ = false; in SetDefaults()1658 if (scope_calls_eval_) Indent(n1, "// scope calls 'eval'\n"); in Print()