Home
last modified time | relevance | path

Searched defs:setPrototypeOf (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dproxy_set_prototoype_of.js20 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/
Dtest-promises-unhandled-proxy-rejections.js11 setPrototypeOf: throwErr, property
Dtest-util-inspect-proxy.js26 setPrototypeOf() { throw new Error('setPrototypeOf'); }, method
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js4 setPrototypeOf() { throw new Error('setPrototypeOf'); }, method
/third_party/typescript/lib/
Dlib.es2015.proxy.d.ts110 setPrototypeOf?(target: T, v: object | null): boolean; method
Dlib.es2015.core.d.ts339 setPrototypeOf(o: any, proto: object | null): any; method
/third_party/typescript/src/lib/
Des2015.proxy.d.ts90 setPrototypeOf?(target: T, v: object | null): boolean; method
Des2015.core.d.ts319 setPrototypeOf(o: any, proto: object | null): any; method
/third_party/node/lib/internal/bootstrap/
Dnode.js153 setPrototypeOf(target, proto) { method
/third_party/node/test/common/
Dindex.js572 setPrototypeOf(target, prototype) { method