Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp355 Label endGreatLen(env); in DECLARE_BUILTINS() local
437 Branch(Int32GreaterThan(*end, thisLen), &endGreatLen, &countFrom); in DECLARE_BUILTINS()
438 Bind(&endGreatLen); in DECLARE_BUILTINS()