Home
last modified time | relevance | path

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

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