Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc783 Label if_done(this), if_noelements(this), in SetOrCopyDataProperties() local
799 GotoIf(IsEmptyFixedArray(source_elements), &if_noelements); in SetOrCopyDataProperties()
800 Branch(IsEmptySlowElementDictionary(source_elements), &if_noelements, in SetOrCopyDataProperties()
803 BIND(&if_noelements); in SetOrCopyDataProperties()