Searched defs:setPrototypeOf (Results 1 – 10 of 10) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ |
D | proxy_set_prototoype_of.js | 20 var handler = { setPrototypeOf (target) { method 41 setPrototypeOf(target, targetrProto) { method 82 handler.setPrototypeOf = function(target, proto) { function 144 setPrototypeOf(target, proto) { method
|
/third_party/node/test/parallel/ |
D | test-promises-unhandled-proxy-rejections.js | 11 setPrototypeOf: throwErr, property
|
D | test-util-inspect-proxy.js | 26 setPrototypeOf() { throw new Error('setPrototypeOf'); }, method
|
/third_party/node/test/fixtures/cycles/ |
D | warning-skip-proxy-traps-a.js | 4 setPrototypeOf() { throw new Error('setPrototypeOf'); }, method
|
/third_party/typescript/lib/ |
D | lib.es2015.proxy.d.ts | 110 setPrototypeOf?(target: T, v: object | null): boolean; method
|
D | lib.es2015.core.d.ts | 339 setPrototypeOf(o: any, proto: object | null): any; method
|
/third_party/typescript/src/lib/ |
D | es2015.proxy.d.ts | 90 setPrototypeOf?(target: T, v: object | null): boolean; method
|
D | es2015.core.d.ts | 319 setPrototypeOf(o: any, proto: object | null): any; method
|
/third_party/node/lib/internal/bootstrap/ |
D | node.js | 153 setPrototypeOf(target, proto) { method
|
/third_party/node/test/common/ |
D | index.js | 572 setPrototypeOf(target, prototype) { method
|