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;')()");
199 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(f.__proto_…
200 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(f.__proto_…
201 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(arguments,…
202 shouldBeUndefined("(function f(arg){'use strict'; return Object.getOwnPropertyDescriptor(arguments,…