Home
last modified time | relevance | path

Searched refs:GetLastIndexFrom (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.h38 static JSTaggedValue GetLastIndexFrom(EcmaRuntimeCallInfo *argv);
Dcontainers_vector.cpp313 JSTaggedValue ContainersVector::GetLastIndexFrom(EcmaRuntimeCallInfo *argv) in GetLastIndexFrom() function in panda::ecmascript::containers::ContainersVector
317 BUILTINS_API_TRACE(thread, Vector, GetLastIndexFrom); in GetLastIndexFrom()
334 int indexOut = JSAPIVector::GetLastIndexFrom(thread, JSHandle<JSAPIVector>::Cast(self), in GetLastIndexFrom()
Dcontainers_private.cpp798 …SetFrozenFunction(thread, prototype, "getLastIndexFrom", ContainersVector::GetLastIndexFrom, FuncL… in InitializeVector()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_vector_test.cpp386 EXPECT_EQ(JSAPIVector::GetLastIndexFrom( in HWTEST_F_L0()
389 EXPECT_EQ(JSAPIVector::GetLastIndexFrom(thread, toor, obj, elementsNums), -1); in HWTEST_F_L0()
393 EXPECT_EQ(JSAPIVector::GetLastIndexFrom(thread, toor, obj1, -1), -1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.h56 static int32_t GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector,
Djs_api_vector.cpp146 return JSAPIVector::GetLastIndexFrom(thread, vector, obj, index); in GetLastIndexOf()
149 int32_t JSAPIVector::GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexFrom() function in panda::ecmascript::JSAPIVector
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp798 JSTaggedValue result = ContainersVector::GetLastIndexFrom(callInfo); in HWTEST_F_L0()
933 CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(ContainersVector, GetLastIndexFrom); in HWTEST_F_L0()
944 CONTAINERS_API_EXCEPTION_TEST(ContainersVector, GetLastIndexFrom, callInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h374 ContainersVector::GetLastIndexFrom(callInfo1); in ContainersVectorGetLastIndexFromFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h983 V(Vector, GetLastIndexFrom) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp889 reinterpret_cast<uintptr_t>(Vector::GetLastIndexFrom),