Home | History | Annotate | Download | only in src

Lines Matching defs:Eval

463   // allow_eval_or_arguments is kAllowEvalOrArguments, we allow "eval" or
465 // "var foo = eval;").
605 static PreParserIdentifier Eval() {
851 // except for eval, arguments, yield, and reserved keywords.
1216 // PreParser doesn't need to keep track of eval calls.
1787 // Using eval or arguments in this context is OK even in strict mode.
2436 // Keep track of eval() calls since they disable all local variable
2439 // direct eval calls. These calls are all of the form eval(...), with
2441 // These calls are marked as potentially direct eval calls. Whether
2442 // they are actually direct calls to eval is determined at run time.