aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js')
-rw-r--r--test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js b/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js
index a0344a048..5d630796e 100644
--- a/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js
+++ b/test/suite/ch15/15.3/15.3.5/15.3.5.4/15.3.5.4_2-64gs.js
@@ -16,6 +16,6 @@ f.apply(fnGlobalObject());
function gNonStrict() {
- return gNonStrict.caller;
+ return gNonStrict.caller || gNonStrict.caller.throwTypeError;
}