Home
last modified time | relevance | path

Searched refs:InitializeQueueConstructor (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_queue_test.cpp59 JSTaggedValue InitializeQueueConstructor() in InitializeQueueConstructor() function in panda::test::ContainersQueueTest
83 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor()); in CreateJSAPIQueue()
100 InitializeQueueConstructor(); in HWTEST_F_L0()
101 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/containersqueue_fuzzer/
Dcontainersqueue_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueueadd_fuzzer/
Dcontainersqueueadd_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetsize_fuzzer/
Dcontainersqueuegetsize_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetiteratorobj_fuzzer/
Dcontainersqueuegetiteratorobj_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuegetfirst_fuzzer/
Dcontainersqueuegetfirst_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueuepop_fuzzer/
Dcontainersqueuepop_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
70 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()
/arkcompiler/ets_runtime/test/fuzztest/containersqueueforeach_fuzzer/
Dcontainersqueueforeach_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
75 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()