Home
last modified time | relevance | path

Searched refs:HasInPrototypeChain (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime.h316 F(HasInPrototypeChain, 2, 1) \
H A Druntime-object.cc1450 Maybe<bool> result = JSReceiver::HasInPrototypeChain( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc384 V(HasInPrototypeChain) \ in IsSideEffectFreeIntrinsic()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.h106 V8_WARN_UNUSED_RESULT static Maybe<bool> HasInPrototypeChain(
H A Djs-objects.cc175 Maybe<bool> JSReceiver::HasInPrototypeChain(Isolate* isolate, in HasInPrototypeChain() function in v8::internal::JSReceiver
H A Dobjects.cc952 Maybe<bool> result = JSReceiver::HasInPrototypeChain( in OrdinaryHasInstance()
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1062 const Operator* HasInPrototypeChain();
H A Djs-operator.cc755 V(HasInPrototypeChain, Operator::kNoProperties, 2, 1) \
H A Djs-native-context-specialization.cc653 NodeProperties::ChangeOp(node, javascript()->HasInPrototypeChain()); in ReduceJSOrdinaryHasInstance()
H A Djs-call-reducer.cc3049 NodeProperties::ChangeOp(node, javascript()->HasInPrototypeChain());
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc734 Return(HasInPrototypeChain(context, value_heap_object, receiver)); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h3363 TNode<Oddball> HasInPrototypeChain(TNode<Context> context,
H A Dcode-stub-assembler.cc10231 TNode<Oddball> CodeStubAssembler::HasInPrototypeChain(TNode<Context> context,
10347 var_result = HasInPrototypeChain(context, object, callable_prototype);

Completed in 72 milliseconds