diff options
Diffstat (limited to 'testing/resources/javascript/apply_expected.txt')
-rw-r--r-- | testing/resources/javascript/apply_expected.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/resources/javascript/apply_expected.txt b/testing/resources/javascript/apply_expected.txt new file mode 100644 index 0000000000..750676f235 --- /dev/null +++ b/testing/resources/javascript/apply_expected.txt @@ -0,0 +1,8 @@ +Alert: Applying to util itself - should succeed +Alert: A +Alert: Applying to array - should throw +Alert: Caught: TypeError: Illegal invocation +Alert: Applying to number - should throw +Alert: Caught: TypeError: Illegal invocation +Alert: Applying to wrong native obj - should throw +Alert: Caught: TypeError: Illegal invocation |