Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp1141 … GateRef isLEMaxLen = Int64LessThanOrEqual(intLen, Int64(JSArray::MAX_ARRAY_INDEX)); in DECLARE_BUILTINS() local
1142 Branch(BoolAnd(isGEZero, isLEMaxLen), &validIntLength, &slowPath); in DECLARE_BUILTINS()