blob: b41d192151ec976191edd2f0211cd225a2423e17 [file] [log] [blame]
description("Test for error messages for instanceof");
shouldThrow("'instanceof' instanceof 'instanceof'");
shouldThrow("20 instanceof 'hello' ");
shouldThrow("20 instanceof {} ");
shouldThrow("20 instanceof {}.foo ");
shouldThrow("20 instanceof true ");