Home
last modified time | relevance | path

Searched refs:contianer (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
H A Djsvaluerefislinkedlistiterator_fuzzer.cpp142 JSHandle<JSTaggedValue> contianer = in JSValueRefIsLinkedListIteratorFuzzTest() local
144 auto obj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(contianer), contianer); in JSValueRefIsLinkedListIteratorFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
H A Djsvaluerefislinkedlist_fuzzer.cpp138 JSHandle<JSTaggedValue> contianer = in JSValueRefIsLinkedListFuzzTest() local
140 auto obj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(contianer), contianer); in JSValueRefIsLinkedListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h167 JSHandle<JSTaggedValue> contianer(thread, result); in CreateLinkedList()
169 factory->NewJSObjectByConstructor(JSHandle<JSFunction>(contianer), contianer)); in CreateLinkedList()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp3900 JSHandle<JSTaggedValue> contianer = in HWTEST_F_L0() local
3903 JSHandle<JSAPILinkedList>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(contianer), contianer)); in HWTEST_F_L0()
3946 JSHandle<JSTaggedValue> contianer = in HWTEST_F_L0() local
3949 JSHandle<JSAPILinkedList>::Cast(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(contianer), contianer)); in HWTEST_F_L0()

Completed in 13 milliseconds