Lines Matching full:eval
220 "strict_catch_variable", ["Catch variable may not be eval or arguments in strict mode"],
224 "strict_param_name", ["Parameter name eval or arguments is not allowed in strict mode"],
226 "strict_var_name", ["Variable name may not be eval or arguments in strict mode"],
227 "strict_function_name", ["Function name may not be eval or arguments in strict mode"],
232 "strict_lhs_assignment", ["Assignment to eval or arguments is not allowed in strict mode"],
233 "strict_lhs_postfix", ["Postfix increment/decrement may not have eval or arguments operand in strict mode"],
234 "strict_lhs_prefix", ["Prefix increment/decrement may not have eval or arguments operand in strict mode"],
836 return "eval";
947 var eval_origin = "eval at ";
957 // eval script originated from another eval.
960 // eval script originated from "real" source.