Searched refs:GetLastIndexFrom (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_vector.h | 38 static JSTaggedValue GetLastIndexFrom(EcmaRuntimeCallInfo *argv);
|
D | containers_vector.cpp | 313 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()
|
D | containers_private.cpp | 798 …SetFrozenFunction(thread, prototype, "getLastIndexFrom", ContainersVector::GetLastIndexFrom, FuncL… in InitializeVector()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_vector_test.cpp | 386 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/ |
D | js_api_vector.h | 56 static int32_t GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector,
|
D | js_api_vector.cpp | 146 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/ |
D | containers_vector_test.cpp | 798 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/ |
D | containersvectorcommon_fuzzer.h | 374 ContainersVector::GetLastIndexFrom(callInfo1); in ContainersVectorGetLastIndexFromFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 983 V(Vector, GetLastIndexFrom) \
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 889 reinterpret_cast<uintptr_t>(Vector::GetLastIndexFrom),
|