summaryrefslogtreecommitdiff
path: root/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js')
-rw-r--r--test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js b/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js
index 66dee2bd4..057225298 100644
--- a/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js
+++ b/test/built-ins/ThrowTypeError/unique-per-realm-unmapped-args.js
@@ -12,7 +12,10 @@ info: |
object that is defined once for each realm.
---*/
-var ThrowTypeError = Object.getOwnPropertyDescriptor(function(){ "use strict"; return arguments; }(), "callee").get;
+var ThrowTypeError = Object.getOwnPropertyDescriptor(function() {
+ "use strict";
+ return arguments;
+}(), "callee").get;
// Test with unmapped arguments object from strict-mode function.
function strictFn() {