Searched refs:JumpIfDataProperty (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 688 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain() 704 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain() 727 JumpIfDataProperty(details, &ok_to_write, readonly); in LookupPropertyOnPrototypeChain() 852 JumpIfDataProperty(details, &data_property, in EmitGenericPropertyStore() 929 JumpIfDataProperty(details, &check_const, in EmitGenericPropertyStore()
|
H A D | accessor-assembler.h | 269 void JumpIfDataProperty(TNode<Uint32T> details, Label* writable,
|
H A D | accessor-assembler.cc | 1165 void AccessorAssembler::JumpIfDataProperty(TNode<Uint32T> details, in JumpIfDataProperty() function in v8::internal::AccessorAssembler
|
Completed in 13 milliseconds