Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp121 uint16_t nextCv = JSTaggedValue::ToUint16(thread, nextCp); in FromCharCode() local
122 valueTable.emplace_back(nextCv); in FromCharCode()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1161 uint16_t nextCv = static_cast<uint16_t>(*block); in BufferToStringCallback() local
1162 valueTable.emplace_back(nextCv); in BufferToStringCallback()