/
githubmirror
/
jdk11u-dev
Обзор
Документация
Войти
/
githubmirror
/
jdk11u-dev
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/nashorn/script/basic/parser/throwStat.js.EXPECTED
85 строк
2 KB
Erik Joelsson
8187443: Forest Consolidation: Move files to unified layout
12 сен 2017, 20:03
12 сен 2017, 20:03
3789983
Код
Авторство
О чём код?
{ "type": "Program", "body": [ { "type": "ThrowStatement", "argument": { "type": "Identifier", "name": "err" } } ] } { "type": "Program", "body": [ { "type": "ThrowStatement", "argument": { "type": "Literal", "value": "wrong" } } ] } { "type": "Program", "body": [ { "type": "ThrowStatement", "argument": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "TypeError" }, "arguments": [] } } ] } { "type": "Program", "body": [ { "type": "ThrowStatement", "argument": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "TypeError" }, "arguments": [ { "type": "Literal", "value": "not an array" } ] } } ] } { "type": "Program", "body": [ { "type": "ThrowStatement", "argument": { "type": "ObjectExpression", "properties": [ { "key": { "type": "Identifier", "name": "msg" }, "value": { "type": "Literal", "value": "wrong!" }, "kind": "init" } ] } } ] }