Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-call-gen.cc196 Label normalize_done(this); in CallOrConstructWithArrayLike() local
197 GotoIfNot(Word32Equal(length, Int32Constant(0)), &normalize_done); in CallOrConstructWithArrayLike()
202 Goto(&normalize_done); in CallOrConstructWithArrayLike()
204 BIND(&normalize_done); in CallOrConstructWithArrayLike()