Home
last modified time | relevance | path

Searched refs:parentStrAcc (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3090 auto parentStrAcc = EcmaStringAccessor(parent); in DEF_RUNTIME_STUBS() local
3092 if (parentStrAcc.IsLineString()) { in DEF_RUNTIME_STUBS()
3093 if (parentStrAcc.IsUtf8()) { in DEF_RUNTIME_STUBS()
3095 parentStrAcc.GetDataUtf8() + startIndex); in DEF_RUNTIME_STUBS()
3098 parentStrAcc.GetDataUtf16() + startIndex); in DEF_RUNTIME_STUBS()
3101 result = RuntimeDecodeURIComponent<uint8_t>(thread, string, parentStrAcc.GetDataUtf8() + startIndex); in DEF_RUNTIME_STUBS()

Completed in 10 milliseconds