haikuwebkit/LayoutTests/js/script-tests/exception-for-nonobject.js

5 lines
170 B
JavaScript

description("Test for correct handling of exceptions from instanceof and 'new' expressions");
shouldThrow("new {}.undefined");
shouldThrow("1 instanceof {}.undefined");