Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h612 CVector<std::pair<CString, int>> GetJsonStringifyCache(size_t index) in GetJsonStringifyCache() function
/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp258 auto strCache = thread_->GetCurrentEcmaContext()->GetJsonStringifyCache(index); in SerializeJSONObject()