Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp423 …const char *bytecodeNameSecond = MessageString::GetMessageString(startSecond + bytecodeSecond).c_s… in CopyBytecodeInfoToBuffer() local
427 … for (size_t i = 0; bytecodeNameSecond[i] != '\0' && strIdx < strLen - 1; i++) { // 1: last '\0' in CopyBytecodeInfoToBuffer()
428 outStr[strIdx++] = bytecodeNameSecond[i]; in CopyBytecodeInfoToBuffer()