Home | History | Annotate | Download | only in harmony

Lines Matching refs:false

224 TestCall(false, function(x, y) {
235 TestCall(false, function() {
240 TestCall(false, Proxy.createFunction(handler, function(x, y) {
251 TestCall(false, CreateFrozen(handler, function(x, y) {
416 TestConstructFromCall(Object.prototype, false, ReturnNew)
417 TestConstructFromCall(prototype, false, ReturnNewWithProto)
423 TestConstructFromCall(Object.prototype, false,
425 TestConstructFromCall(prototype, false,
430 TestConstructFromCall(Object.prototype, false, CreateFrozen({}, ReturnNew))
431 TestConstructFromCall(prototype, false, CreateFrozen({}, ReturnNewWithProto))
440 TestConstructFromCall(Object.prototype, false, ReturnNew)
441 TestConstructFromCall(prototype, false, ReturnNewWithProto)
447 TestConstructFromCall(Object.prototype, false,
449 TestConstructFromCall(prototype, false,
456 TestConstructFromCall(Object.prototype, false,
458 TestConstructFromCall(prototype, false,
466 TestConstructFromCall(Object.prototype, false,
468 TestConstructFromCall(prototype, false,
643 return {receiver: this, result: x + y, strict: false}
650 return {receiver: this, result: x + y, strict: false}
653 return {receiver: this, result: x + y, strict: false}
657 return {receiver: this, result: x + y, strict: false}
663 return {receiver: this, result: x + y, strict: false}