Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc1016 Label if_custom(this, Label::kDeferred), if_notcustom(this); in BranchIfPrototypesHaveNoElements() local
1018 &if_custom, &if_notcustom); in BranchIfPrototypesHaveNoElements()
1027 Branch(IsEmptyString(prototype_value), &if_notcustom, possibly_elements); in BranchIfPrototypesHaveNoElements()
1030 BIND(&if_notcustom); in BranchIfPrototypesHaveNoElements()