Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator-inl.h23 int SubtypingOperator::GetElementByKey(const JSThread *thread, T *obj, JSTaggedValue key) in GetElementByKey() function
123 if (GetElementByKey(thread, super, key) != -1) { in SubtypingCondition()
Dsubtyping_operator.h70 static int GetElementByKey(const JSThread *thread, T *obj, JSTaggedValue key);