summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/instanceof-nonobject.out
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/instanceof-nonobject.out')
-rw-r--r--deps/v8/test/message/instanceof-nonobject.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/test/message/instanceof-nonobject.out b/deps/v8/test/message/instanceof-nonobject.out
new file mode 100644
index 0000000000..ecf47af9d1
--- /dev/null
+++ b/deps/v8/test/message/instanceof-nonobject.out
@@ -0,0 +1,5 @@
+*%(basename)s:30: TypeError: Right-hand side of 'instanceof' is not an object
+1 instanceof 2;
+ ^
+TypeError: Right-hand side of 'instanceof' is not an object
+ at *%(basename)s:30:3