Lines Matching refs:octal
149 // Octal literal152 CheckStrictMode("'Hello octal\\032'");153 CheckStrictMode("function octal() { return 012; }");154 CheckStrictMode("function octal() { return '\\032'; }");162 // Octal before "use strict"165 "octal\\032directive";\