Searched defs:searchElement (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.h | 89 JSHandle<JSTaggedValue> searchElement; member
|
| D | js_stable_array.cpp | 608 …lue JSStableArray::IndexOfInt32(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfInt32() 622 …ue JSStableArray::IndexOfDouble(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfDouble() 645 …ableArray::IndexOfObjectAddress(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfObjectAddress() 654 …ue JSStableArray::IndexOfString(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfString() 672 …ue JSStableArray::IndexOfBigInt(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfBigInt() 688 … JSStableArray::IndexOfDispatch(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfDispatch() 704 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf() 716 … JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in LastIndexOf()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1581 GateRef searchElement = GetCallArg0(numArgs); in Includes() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 2884 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
|