Searched refs:ObjectPrototypeIsPrototypeOf (Results 1 – 5 of 5) sorted by relevance
/third_party/node/lib/internal/crypto/ |
D | webidl.js | 23 ObjectPrototypeIsPrototypeOf, 183 return ObjectPrototypeIsPrototypeOf(ArrayBufferPrototype, V); 187 return ObjectPrototypeIsPrototypeOf(SharedArrayBuffer.prototype, V); 359 if (!ObjectPrototypeIsPrototypeOf(prototype, V)) {
|
/third_party/node/lib/ |
D | assert.js | 36 ObjectPrototypeIsPrototypeOf, 701 } else if (ObjectPrototypeIsPrototypeOf(Error, expected)) { 864 if (ObjectPrototypeIsPrototypeOf(Error, expected)) {
|
/third_party/node/typings/ |
D | primordials.d.ts | 340 export const ObjectPrototypeIsPrototypeOf: UncurryThis<typeof Object.prototype.isPrototypeOf>
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-definitions.h | 795 TFJ(ObjectPrototypeIsPrototypeOf, kJSArgcReceiverSlots + 1, kReceiver, \
|
D | builtins-object-gen.cc | 704 TF_BUILTIN(ObjectPrototypeIsPrototypeOf, ObjectBuiltinsAssembler) { in TF_BUILTIN() argument
|