Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.h141 thread_->GetCurrentEcmaContext()->SetJsonStringifyCache(index, value); in SetCache()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h607 void SetJsonStringifyCache(size_t index, CVector<std::pair<CString, int>> &value) in SetJsonStringifyCache() function