Home
last modified time | relevance | path

Searched defs:searchElement (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h89 JSHandle<JSTaggedValue> searchElement; member
Djs_stable_array.cpp608 …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()
704JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf()
716JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in LastIndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1581 GateRef searchElement = GetCallArg0(numArgs); in Includes() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2884 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local