Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp732 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in SerializeKeys() local
733 if (!enumCache.IsNull()) { in SerializeKeys()
734 JSHandle<TaggedArray> cache(thread_, enumCache); in SerializeKeys()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp394 JSTaggedValue enumCache = jsHclass->GetEnumCache(); in GetAllEnumKeys() local
395 if (!enumCache.IsNull()) { in GetAllEnumKeys()
396 auto keyArray = JSHandle<TaggedArray>(thread, enumCache); in GetAllEnumKeys()