Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc572 Label if_done(this), if_noelements(this), in SetOrCopyDataProperties() local
588 GotoIf(IsEmptyFixedArray(source_elements), &if_noelements); in SetOrCopyDataProperties()
589 Branch(IsEmptySlowElementDictionary(source_elements), &if_noelements, in SetOrCopyDataProperties()
592 BIND(&if_noelements); in SetOrCopyDataProperties()