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