Searched refs:scope_calls_eval_ (Results 1 – 2 of 2) sorted by relevance
215 scope_calls_eval_ = true; in NON_EXPORTED_BASE()302 bool calls_eval() const { return scope_calls_eval_; } in NON_EXPORTED_BASE()304 return scope_calls_eval_ && is_sloppy(language_mode()); in NON_EXPORTED_BASE()499 bool scope_calls_eval_ : 1; in NON_EXPORTED_BASE() local
287 scope_calls_eval_ = false; in SetDefaults()1483 if (scope_calls_eval_) Indent(n1, "// scope calls 'eval'\n"); in Print()