Lines Matching refs:shouldBeUndefined
67 shouldBeUndefined("testThisDotAccess.call(true)");
68 shouldBeUndefined("testThisDotAccess.call(false)");
69 shouldBeUndefined("testThisDotAccess.call(1)");
73 shouldBeUndefined("testThisBracketAccess.call(true, 'length')");
74 shouldBeUndefined("testThisBracketAccess.call(false, 'length')");
75 shouldBeUndefined("testThisBracketAccess.call(1, 'length')");
76 shouldBeUndefined("Function('\"use strict\"; return this;')()");
197 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(f, 'argume…
198 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(f, 'caller…
199 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(arguments,…
200 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(arguments,…