nashorn/test/script/basic/undefined.js.EXPECTED
author attila
Wed, 15 May 2013 20:21:59 +0200
changeset 17750 eeab213edaa6
parent 16147 e63b63819133
permissions -rw-r--r--
8014647: Allow class-based overrides to be initialized with a ScriptFunction Reviewed-by: hannesw, jlaskey, sundar

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