Home
last modified time | relevance | path

Searched refs:kCheckPrototypePropertyIdentity (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h4406 kCheckPrototypePropertyIdentity = 1 << 1, enumerator
4408 kCheckPrototypePropertyConstness | kCheckPrototypePropertyIdentity,
Dcode-stub-assembler.cc15121 ((flags_ & kCheckPrototypePropertyIdentity) == 0) in CheckAndBranch()
15171 if ((flags_ & kCheckPrototypePropertyIdentity) != 0) { in CheckAndBranch()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc248 (flags & PrototypeCheckAssembler::kCheckPrototypePropertyIdentity) == 0); in GotoIfInitialAddFunctionModified()