Home | History | Annotate | Download | only in src

Lines Matching refs:eval

214       strict_catch_variable:        ["Catch variable may not be eval or arguments in strict mode"],
218 strict_param_name: ["Parameter name eval or arguments is not allowed in strict mode"],
220 strict_var_name: ["Variable name may not be eval or arguments in strict mode"],
221 strict_function_name: ["Function name may not be eval or arguments in strict mode"],
226 strict_lhs_assignment: ["Assignment to eval or arguments is not allowed in strict mode"],
227 strict_lhs_postfix: ["Postfix increment/decrement may not have eval or arguments operand in strict mode"],
228 strict_lhs_prefix: ["Prefix increment/decrement may not have eval or arguments operand in strict mode"],
753 return "eval";
833 var eval_origin = "eval at ";
843 // eval script originated from another eval.
846 // eval script originated from "real" source.