nashorn/test/script/basic/undefined.js.EXPECTED
author attila
Thu, 17 Oct 2013 12:38:50 +0200
changeset 21437 9f558215d924
parent 16147 e63b63819133
permissions -rw-r--r--
8026161: Don't narrow floating-point literals in the lexer Reviewed-by: hannesw, jlaskey

x undefined? true
TypeError: Cannot read property "foo" from undefined
TypeError: Cannot set property "bar" of undefined
TypeError: Cannot read property "1" from undefined
TypeError: Cannot set property "0" of undefined
TypeError: Cannot read property "func" from undefined
TypeError: Cannot delete property "0" of undefined
TypeError: Cannot delete property "foo" of undefined
TypeError: undefined is not an Object
TypeError: Cannot apply "with" to undefined