Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp787 uint32_t cfigLength = 0; in OwnPropertyKeys() local
801 tgtCfigKeys->Set(thread, cfigLength, targetKey); in OwnPropertyKeys()
802 cfigLength++; in OwnPropertyKeys()
808 if (extensibleTarget && (cfigLength == 0)) { in OwnPropertyKeys()
838 for (uint32_t i = 0; i < cfigLength; i++) { in OwnPropertyKeys()

Completed in 2 milliseconds