Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc5029 Label if_custom(this, Label::kDeferred), if_notcustom(this); in BranchIfPrototypesHaveNoElements()
5031 &if_custom, &if_notcustom); in BranchIfPrototypesHaveNoElements() local
5042 Branch(IsEmptyString(prototype_value), &if_notcustom, possibly_elements); in BranchIfPrototypesHaveNoElements() local
5045 BIND(&if_notcustom); in BranchIfPrototypesHaveNoElements()

Completed in 9 milliseconds