Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A 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/
H A Dcontainersqueue_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/
H A Dcontainersqueuegetsize_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/
H A Dcontainersqueueadd_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/
H A Dcontainersqueuepop_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/
H A 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/
H A Dcontainersqueuegetfirst_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/
H A Dcontainersqueueforeach_fuzzer.cpp51 JSTaggedValue InitializeQueueConstructor(JSThread *thread) in InitializeQueueConstructor() function
75 JSHandle<JSFunction> newTarget(thread, InitializeQueueConstructor(thread)); in CreateJSAPIQueue()

Completed in 3 milliseconds