Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h114 JSHandle<JSTaggedValue> searchElement; member
Djs_stable_array.cpp995 …lue JSStableArray::IndexOfInt32(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfInt32()
1009 …ue JSStableArray::IndexOfDouble(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfDouble()
1032 …ableArray::IndexOfObjectAddress(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfObjectAddress()
1041 …ue JSStableArray::IndexOfString(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfString()
1059 …ue JSStableArray::IndexOfBigInt(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfBigInt()
1075 … JSStableArray::IndexOfDispatch(IndexOfType type, IndexOfContext &ctx, JSTaggedValue searchElement) in IndexOfDispatch()
1091JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in IndexOf()
1103JSHandle<JSTaggedValue> searchElement, uint32_t from, uint32_t len) in LastIndexOf()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp2142 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
Dbuiltins_array.cpp2877 JSHandle<JSTaggedValue> searchElement = GetCallArg(argv, 0); in Includes() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp840 GateRef searchElement = GetCallArg0(numArgs); in Includes() local
Dbuiltins_array_stub_builder.cpp2619 GateRef searchElement = GetCallArg0(numArgs); in Includes() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2912 …JSHandle<JSTaggedValue> searchElement = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the fi… in DEF_RUNTIME_STUBS() local