Lines Matching refs:true
229 TestCall(true, function(x, y) {
245 TestCall(true, Proxy.createFunction(handler, function(x, y) {
414 TestConstructFromCall(Object.prototype, true, ReturnUndef)
415 TestConstructFromCall(Object.prototype, true, ReturnThis)
419 TestConstructFromCall(Object.prototype, true,
421 TestConstructFromCall(Object.prototype, true,
428 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnUndef))
429 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnThis))
438 TestConstructFromCall(prototype, true, ReturnUndef)
439 TestConstructFromCall(prototype, true, ReturnThis)
443 TestConstructFromCall(Object.prototype, true,
445 TestConstructFromCall(Object.prototype, true,
452 TestConstructFromCall(prototype, true,
454 TestConstructFromCall(prototype, true,
462 TestConstructFromCall(prototype, true,
464 TestConstructFromCall(prototype, true,
646 return {receiver: this, result: x + y, strict: true}
660 return {receiver: this, result: x + y, strict: true}
666 return {receiver: this, result: x + y, strict: true}
709 var receivers = [o, global_object, undefined, null, 2, "bla", true]