Home | History | Annotate | Download | only in UglifyJS

Lines Matching refs:strict_mode

615 function parse($TEXT, strict_mode, embed_tokens) {
678 return !strict_mode && (
809 if (strict_mode && !HOP(STATEMENTS_WITH_LABELS, stat[0]))
1045 return as("array", expr_list("]", !strict_mode, true));
1052 if (!strict_mode && is("punc", "}"))