Home
last modified time | relevance | path

Searched refs:PlainArrayConstructor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.h25 static JSTaggedValue PlainArrayConstructor(EcmaRuntimeCallInfo *argv);
Dcontainers_plainarray.cpp23 JSTaggedValue ContainersPlainArray::PlainArrayConstructor(EcmaRuntimeCallInfo *argv) in PlainArrayConstructor() function in panda::ecmascript::containers::ContainersPlainArray
Dcontainers_private.cpp648 …wContainerConstructor(thread, plainArrayFuncPrototype, ContainersPlainArray::PlainArrayConstructor, in InitializePlainArray()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp108 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in CreateJSAPIPlainArray()
146 HWTEST_F_L0(ContainersPlainArrayTest, PlainArrayConstructor) in HWTEST_F_L0() argument
157 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in HWTEST_F_L0()
170 CONTAINERS_API_EXCEPTION_TEST(ContainersPlainArray, PlainArrayConstructor, objCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
Dcontainersplainarray_fuzzer.cpp75 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in CreateJSAPIPlainArray()
106 ContainersPlainArray::PlainArrayConstructor(callInfo); in ContainersPlainArray_Constructor_FuzzTest()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp915 reinterpret_cast<uintptr_t>(PlainArray::PlainArrayConstructor),