Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp340 Label startNotGreatZero(env); in DECLARE_BUILTINS() local
411 Branch(Int32GreaterThan(*start, Int32(0)), &startGreatZero, &startNotGreatZero); in DECLARE_BUILTINS()
412 Bind(&startNotGreatZero); in DECLARE_BUILTINS()