Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
v8
/
test
/
message
/
fail
/
strict-octal-number.out
blob: 687321877a7ff0a01bc3f10e8c0bfd50eded537d [
file
] [
log
] [
blame
]
*%(
basename
)
s
:
32
:
SyntaxError
:
Octal
literals are
not
allowed
in
strict mode
.
var
x
=
012
;
^^^
SyntaxError
:
Octal
literals are
not
allowed
in
strict mode
.