Skip to content
Snippets Groups Projects
Commit 5882a211 authored by David Fugate's avatar David Fugate
Browse files
parent 23598a3c
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-101-s.js
* @description Strict Mode - checking 'this' (non-strict function passed as arg to String.prototype.replace from strict context)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-101gs.js
* @description Strict Mode - checking 'this' (non-strict function passed as arg to String.prototype.replace from strict context)
* @onlyStrict
* @noStrict
*/
var x = 3;
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-45-s.js
* @description Strict Mode - checking 'this' (FunctionDeclaration with a strict directive prologue defined within a FunctionDeclaration)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-45gs.js
* @description Strict - checking 'this' from a global scope (FunctionDeclaration with a strict directive prologue defined within a FunctionDeclaration)
* @onlyStrict
* @noStrict
*/
function f1() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-46-s.js
* @description Strict Mode - checking 'this' (FunctionExpression with a strict directive prologue defined within a FunctionDeclaration)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-46gs.js
* @description Strict - checking 'this' from a global scope (FunctionExpression with a strict directive prologue defined within a FunctionDeclaration)
* @onlyStrict
* @noStrict
*/
function f1() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-47-s.js
* @description Strict Mode - checking 'this' (Anonymous FunctionExpression with a strict directive prologue defined within a FunctionDeclaration)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-47gs.js
* @description Strict - checking 'this' from a global scope (Anonymous FunctionExpression with a strict directive prologue defined within a FunctionDeclaration)
* @onlyStrict
* @noStrict
*/
function f1() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-48-s.js
* @description Strict Mode - checking 'this' (FunctionDeclaration with a strict directive prologue defined within a FunctionExpression)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-48gs.js
* @description Strict - checking 'this' from a global scope (FunctionDeclaration with a strict directive prologue defined within a FunctionExpression)
* @onlyStrict
* @noStrict
*/
var f1 = function () {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-49-s.js
* @description Strict Mode - checking 'this' (FunctionExpression with a strict directive prologue defined within a FunctionExpression)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-49gs.js
* @description Strict - checking 'this' from a global scope (FunctionExpression with a strict directive prologue defined within a FunctionExpression)
* @onlyStrict
* @noStrict
*/
var f1 = function () {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-50-s.js
* @description Strict Mode - checking 'this' (Anonymous FunctionExpression with a strict directive prologue defined within a FunctionExpression)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-50gs.js
* @description Strict - checking 'this' from a global scope (Anonymous FunctionExpression with a strict directive prologue defined within a FunctionExpression)
* @onlyStrict
* @noStrict
*/
var f1 = function () {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-51-s.js
* @description Strict Mode - checking 'this' (FunctionDeclaration with a strict directive prologue defined within an Anonymous FunctionExpression)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-51gs.js
* @description Strict - checking 'this' from a global scope (FunctionDeclaration with a strict directive prologue defined within an Anonymous FunctionExpression)
* @onlyStrict
* @noStrict
*/
if (! ((function () {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-52-s.js
* @description Strict Mode - checking 'this' (FunctionExpression with a strict directive prologue defined within an Anonymous FunctionExpression)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-52gs.js
* @description Strict - checking 'this' from a global scope (FunctionExpression with a strict directive prologue defined within an Anonymous FunctionExpression)
* @onlyStrict
* @noStrict
*/
if (! ((function () {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-53-s.js
* @description Strict Mode - checking 'this' (Anonymous FunctionExpression with a strict directive prologue defined within an Anonymous FunctionExpression)
* @onlyStrict
* @noStrict
*/
function testcase() {
......
......@@ -6,7 +6,7 @@
/**
* @path ch10/10.4/10.4.3/10.4.3-1-53gs.js
* @description Strict - checking 'this' from a global scope (Anonymous FunctionExpression with a strict directive prologue defined within an Anonymous FunctionExpression)
* @onlyStrict
* @noStrict
*/
if (! ((function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment