Home
last modified time | relevance | path

Searched refs:GetOwnEnumerableNamesInFastMode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h553 … std::pair<JSHandle<TaggedArray>, JSHandle<TaggedArray>> JSObject::GetOwnEnumerableNamesInFastMode( in GetOwnEnumerableNamesInFastMode() function
Djs_object.h797 static std::pair<JSHandle<TaggedArray>, JSHandle<TaggedArray>> GetOwnEnumerableNamesInFastMode(
Djs_object.cpp1946 …auto keyElementPair = GetOwnEnumerableNamesInFastMode(thread, obj, &copyLengthOfKeys, &copyLengthO… in EnumerableOwnNames()
2046 …auto keyElementPair = GetOwnEnumerableNamesInFastMode(thread, obj, &copyLengthOfKeys, &copyLengthO… in EnumerableOwnPropertyNames()