Home
last modified time | relevance | path

Searched defs:MINUS_ONE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h27 enum SeparatorFlag : int { MINUS_ONE = -1, MINUS_TWO = -2 }; enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.h24 enum SeparatorFlag : int { MINUS_ONE = -1, MINUS_TWO = -2 }; enumerator