Lines Matching defs:index
228 …ue ObjectFastOperator::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) in GetPropertyByIndex()
281 …ue ObjectFastOperator::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, in SetPropertyByIndex()
339 auto index = TryToElementsIndex(key); in GetPropertyByValue() local
366 auto index = TryToElementsIndex(key); in SetPropertyByValue() local
399 …bjectFastOperator::FastSetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, in FastSetPropertyByIndex()
441 …bjectFastOperator::FastGetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) in FastGetPropertyByIndex()
458 int index = 0; in FastParseDate() local
607 uint32_t index = 0; in FastGetTypeArrayProperty() local
638 uint32_t index = 0; in FastSetTypeArrayProperty() local
653 … ObjectFastOperator::GetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, in GetContainerProperty()
692 … ObjectFastOperator::SetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, in SetContainerProperty()
733 …ue ObjectFastOperator::AddPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, in AddPropertyByIndex()
753 uint32_t index = 0; in TryToElementsIndex() local
767 bool ObjectFastOperator::GetNumFromString(const char *str, int len, int *index, int *num) in GetNumFromString()