Lines Matching defs:IndexOfContext
109 struct IndexOfContext {
118 static JSTaggedValue FindRawData(IndexOfContext &ctx, Predicate &&predicate);
120 static JSTaggedValue FindLastRawData(IndexOfContext &ctx, Predicate &&predicate);
122 static JSTaggedValue FindRawDataDispatch(IndexOfType type, IndexOfContext &ctx, Predicate &&predicate);
124 static JSTaggedValue IndexOfZero(IndexOfType type, IndexOfContext &ctx);
125 static JSTaggedValue IndexOfInt32(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement);
126 static JSTaggedValue IndexOfDouble(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement);
127 static JSTaggedValue IndexOfObjectAddress(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement);
128 static JSTaggedValue IndexOfString(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement);
129 static JSTaggedValue IndexOfBigInt(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement);
130 static JSTaggedValue IndexOfDispatch(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement);