Home
last modified time | relevance | path

Searched refs:GetTupleIndexByName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp73 int VTable::GetTupleIndexByName(JSTaggedValue name) const in GetTupleIndexByName() function in panda::ecmascript::VTable
96 return GetTupleIndexByName(name) != -1; in Find()
Dsubtyping_operator-inl.h28 return obj->GetTupleIndexByName(key); in GetElementByKey()
47 int index = obj->GetTupleIndexByName(key); in IsLegalElement()
Dvtable.h86 int GetTupleIndexByName(JSTaggedValue val) const;
Dsubtyping_operator.cpp174 int tIndex = vtable->GetTupleIndexByName(nameVal); in GenVTable()
Djs_hclass.cpp759 entry = vtable->GetTupleIndexByName(key); in LookupPropertyInAotHClass()