Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp577 uint16_t behindChart = EcmaStringAccessor(str).Get(k + 2); // 2: means plus 2 in Decode() local
578 bb = GetValueFromTwoHex(frontChart, behindChart); in Decode()