Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp813 JSHandle<TaggedArray> uncheckFesKeys = in OwnPropertyKeys() local
815 uint32_t uncheckLength = uncheckFesKeys->GetLength(); in OwnPropertyKeys()
821 uint32_t idx = uncheckFesKeys->GetIdx(tgtNoCfigKeys->Get(i)); in OwnPropertyKeys()
826 uncheckFesKeys->Set(thread, idx, JSTaggedValue::Hole()); in OwnPropertyKeys()
839 uint32_t idx = uncheckFesKeys->GetIdx(tgtCfigKeys->Get(i)); in OwnPropertyKeys()
844 uncheckFesKeys->Set(thread, idx, JSTaggedValue::Hole()); in OwnPropertyKeys()

Completed in 2 milliseconds