Home | History | Annotate | Download | only in src

Lines Matching defs:Eval

368   // allow_eval_or_arguments is kAllowEvalOrArguments, we allow "eval" or
370 // "var foo = eval;").
498 static PreParserIdentifier Eval() {
930 // PreParser doesn't need to keep track of eval calls.
1390 // Using eval or arguments in this context is OK even in strict mode.
1955 // Keep track of eval() calls since they disable all local variable
1958 // direct eval calls. These calls are all of the form eval(...), with
1960 // These calls are marked as potentially direct eval calls. Whether
1961 // they are actually direct calls to eval is determined at run time.