Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3324 Label if_lexical_var(this), if_property_cell(this); in LoadGlobalIC_TryPropertyCellCase()
3326 Branch(TaggedIsSmi(maybe_weak_ref), &if_lexical_var, &if_property_cell); in LoadGlobalIC_TryPropertyCellCase() local
3340 BIND(&if_lexical_var); in LoadGlobalIC_TryPropertyCellCase()
3761 Label no_feedback(this, Label::kDeferred), if_lexical_var(this), in StoreGlobalIC()
3767 Branch(TaggedIsSmi(maybe_weak_ref), &if_lexical_var, &if_heapobject); in StoreGlobalIC() local
3807 BIND(&if_lexical_var); in StoreGlobalIC()

Completed in 8 milliseconds