Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.cpp54 auto strNum = stringTable->GetCapcity(); in DumpStringTable() local
55 auto ret = memcpy_s(buf, size5MB, &strNum, sizeof(size_t)); in DumpStringTable()
58 LOG_ECMA(ERROR) << "DumpStringTable: memcpy_s failed, strNum=" << strNum; in DumpStringTable()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp550 std::string strNum(current, end_ + 1); in ParseNumber()
552 return ConvertToNumber(strNum, negative, hasExponent, hasDecimal); in ParseNumber()

Completed in 3 milliseconds