Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Octal

146 // Octal literal
149 CheckStrictMode("'Hello octal\\032'");
150 CheckStrictMode("function octal() { return 012; }");
151 CheckStrictMode("function octal() { return '\\032'; }");
159 // Octal before "use strict"
162 "octal\\032directive";\