Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
H A Dcontainersstack_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/
H A Dcontainersstackgetlength_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/
H A Dcontainersstackpush_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/
H A Dcontainersstacklocate_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/
H A Dcontainersstackpeek_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/
H A Dcontainersstackpop_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/
H A Dcontainersstackforeach_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
75 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/
H A 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/
H A Dcontainersstackiterator_fuzzer.cpp51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeStackConstructor(thread)); in CreateJSAPIStack()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A 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()

Completed in 5 milliseconds