Home
last modified time | relevance | path

Searched refs:StackConstructor (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.h25 static JSTaggedValue StackConstructor(EcmaRuntimeCallInfo *argv);
Dcontainers_stack.cpp24 JSTaggedValue ContainersStack::StackConstructor(EcmaRuntimeCallInfo *argv) in StackConstructor() function in panda::ecmascript::containers::ContainersStack
Dcontainers_private.cpp724 thread, stackFuncPrototype, ContainersStack::StackConstructor, "Stack", FuncLength::ZERO)); in InitializeStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
Dcontainersstack_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
106 ContainersStack::StackConstructor(callInfo); in ContainersStackFuzzTest()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_stack_test.cpp110 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
117 HWTEST_F_L0(ContainersStackTest, StackConstructor) in HWTEST_F_L0() argument
128 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in HWTEST_F_L0()
139 CONTAINERS_API_EXCEPTION_TEST(ContainersStack, StackConstructor, objCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/
Dcontainersstacklocate_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
Dcontainersstackpush_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/
Dcontainersstackgetlength_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/
Dcontainersstackpeek_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/
Dcontainersstackpop_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/
Dcontainersstackisempty_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/
Dcontainersstackiterator_fuzzer.cpp76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
Dcontainersstackforeach_fuzzer.cpp81 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp935 reinterpret_cast<uintptr_t>(ContainerStack::StackConstructor),