Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/
Dcontainersstacklocate_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
Dcontainersstackpush_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/
Dcontainersstackgetlength_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/
Dcontainersstackpeek_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
Dcontainersstack_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/
Dcontainersstackpop_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/
Dcontainersstackisempty_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/
Dcontainersstackiterator_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
Dcontainersstackforeach_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
75 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_stack_test.cpp78 JSTaggedValue InitializeStackConstructor() in InitializeStackConstructor() function in panda::test::ContainersStackTest
102 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor()); in CreateJSAPIStack()
119 InitializeStackConstructor(); in HWTEST_F_L0()
120 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor()); in HWTEST_F_L0()