/
githubmirror
/
jdk11u-dev
Обзор
Документация
Войти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/nashorn/script/nosecurity/parserapi_strict.js.EXPECTED
16 строк
382 B
Erik Joelsson
8187443: Forest Consolidation: Move files to unified layout
12 сен 2017, 20:03
12 сен 2017, 20:03
3789983
Код
Авторство
О чём код?
with_stat.js:2:1 "with" statement cannot be used in strict mode with({}) {} ^ with_stat.js:2:7 Expected ; but found ) with({}) {} ^ repeat_param.js:2:18 strict mode function cannot have duplicate parameter name "x" function func(x, x) {} ^ repeat_prop.js:2:22 Property "foo" already defined var obj = { foo: 34, foo: 'hello' }; ^