summaryrefslogtreecommitdiff
path: root/external/contributions/Google/sputnik_conformance_modified/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A8_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'external/contributions/Google/sputnik_conformance_modified/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A8_T1.js')
-rw-r--r--external/contributions/Google/sputnik_conformance_modified/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A8_T1.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/contributions/Google/sputnik_conformance_modified/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A8_T1.js b/external/contributions/Google/sputnik_conformance_modified/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A8_T1.js
new file mode 100644
index 000000000..0c1dfd504
--- /dev/null
+++ b/external/contributions/Google/sputnik_conformance_modified/13_Function_Definition/13.2_Creating_Function_Objects/S13.2_A8_T1.js
@@ -0,0 +1,11 @@
+// Copyright 2011 Google Inc. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
+/**
+ * @description check if "caller" poisoning poisons
+ * "in" too
+ * @onlyStrict
+ */
+"use strict";
+'caller' in function() {};
+