Searched refs:HasInPrototypeChain (Results 1 – 13 of 13) sorted by relevance
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime.h | 316 F(HasInPrototypeChain, 2, 1) \
|
| D | runtime-object.cc | 1450 Maybe<bool> result = JSReceiver::HasInPrototypeChain( in RUNTIME_FUNCTION()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-evaluate.cc | 384 V(HasInPrototypeChain) \ in IsSideEffectFreeIntrinsic()
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-objects.h | 106 V8_WARN_UNUSED_RESULT static Maybe<bool> HasInPrototypeChain(
|
| D | js-objects.cc | 175 Maybe<bool> JSReceiver::HasInPrototypeChain(Isolate* isolate, in HasInPrototypeChain() function in v8::internal::JSReceiver
|
| D | objects.cc | 952 Maybe<bool> result = JSReceiver::HasInPrototypeChain( in OrdinaryHasInstance()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | js-operator.cc | 755 V(HasInPrototypeChain, Operator::kNoProperties, 2, 1) \
|
| D | js-operator.h | 1062 const Operator* HasInPrototypeChain(); in NON_EXPORTED_BASE()
|
| D | js-native-context-specialization.cc | 653 NodeProperties::ChangeOp(node, javascript()->HasInPrototypeChain()); in ReduceJSOrdinaryHasInstance()
|
| D | js-call-reducer.cc | 3049 NodeProperties::ChangeOp(node, javascript()->HasInPrototypeChain()); in ReduceObjectPrototypeIsPrototypeOf()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-object-gen.cc | 734 Return(HasInPrototypeChain(context, value_heap_object, receiver)); in TF_BUILTIN()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.h | 3363 TNode<Oddball> HasInPrototypeChain(TNode<Context> context,
|
| D | code-stub-assembler.cc | 10231 TNode<Oddball> CodeStubAssembler::HasInPrototypeChain(TNode<Context> context, in HasInPrototypeChain() function in v8::internal::CodeStubAssembler 10347 var_result = HasInPrototypeChain(context, object, callable_prototype); in OrdinaryHasInstance()
|