Home
last modified time | relevance | path

Searched defs:getPrototypeOf (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dproxy_get_prototoype_of.js20 var handler = { getPrototypeOf (target) { method
77 getPrototypeOf(target) { method
92 getPrototypeOf(target) { method
108 var handler = { getPrototypeOf: null }; property
115 var handler = { getPrototypeOf: 42 }; property
131 handler.getPrototypeOf = function() { function
141 getPrototypeOf(target) { method
156 getPrototypeOf(target) { method
/third_party/node/test/parallel/
Dtest-promises-unhandled-proxy-rejections.js10 getPrototypeOf: throwErr, property
Dtest-internal-iterable-weak-map.js10 Reflect.getPrototypeOf(function*() {}).prototype.next = common.mustNotCall(); class in Reflect
Dtest-util-inspect-proxy.js25 getPrototypeOf() { throw new Error('getPrototypeOf'); }, method
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js3 getPrototypeOf() { throw new Error('getPrototypeOf'); }, method
/third_party/typescript/src/lib/
Des2015.proxy.d.ts49 getPrototypeOf?(target: T): object | null; method
Des5.d.ts146 getPrototypeOf(o: any): any; method
/third_party/typescript/lib/
Dlib.es2015.proxy.d.ts69 getPrototypeOf?(target: T): object | null; method
Dlib.es5.d.ts166 getPrototypeOf(o: any): any; method
/third_party/node/lib/internal/http2/
Dcompat.js250 getPrototypeOf(stream) { method
Dcore.js886 getPrototypeOf(session) { method
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts143 getPrototypeOf(o: any): any; variable
/third_party/typescript/tests/lib/
Dlib.d.ts151 getPrototypeOf(o: any): any; method