Lines Matching refs:proto
362 function TestConstruct(proto, constructTrap) {
363 TestConstruct2(proto, constructTrap, handlerWithPrototype)
364 TestConstruct2(proto, constructTrap, handlerSansPrototype)
367 function TestConstruct2(proto, constructTrap, handler) {
372 assertSame(proto, Object.getPrototypeOf(o))
378 assertSame(proto, Object.getPrototypeOf(o))
394 function TestConstructFromCall(proto, returnsThis, callTrap) {
396 TestConstructFromCall2(proto, returnsThis, callTrap, handlerSansPrototype)
399 function TestConstructFromCall2(proto, returnsThis, callTrap, handler) {
406 // assertSame(proto, Object.getPrototypeOf(o))
413 // assertSame(proto, Object.getPrototypeOf(o))