Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:unqualified

299 // Delete of an unqualified identifier
300 CheckStrictMode("delete unqualified;", SyntaxError);
301 CheckStrictMode("function strict() { delete unqualified; }", SyntaxError);