Home
last modified time | relevance | path

Searched refs:CreateJSVM (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/arkcompiler/ets_runtime/test/fuzztest/containersvectorcommon_fuzzer/
Dcontainersvectorcommon_fuzzer.h114 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorAddFuzzTest()
135 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorGetFirstElementFuzzTest()
162 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorGetIndexOfFuzzTest()
190 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorGetLastElementFuzzTest()
217 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorHasFuzzTest()
245 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorInsertFuzzTest()
267 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorRemoveFuzzTest()
296 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorSetFuzzTest()
326 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorGetLastIndexOfFuzzTest()
354 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersVectorGetLastIndexFromFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h110 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListAddFuzzTest()
132 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetFirstFuzzTest()
159 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetLastFuzzTest()
186 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListAddFirstFuzzTest()
213 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListClearFuzzTest()
240 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListCloneFuzzTest()
267 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetFuzzTest()
306 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetIndexOfFuzzTest()
334 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListGetLastIndexOfFuzzTest()
362 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersLinkedListHasFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
Dsnapshotserializebuiltins_fuzzer.cpp35 EcmaVM *vm1 = JSNApi::CreateJSVM(option1); in SnapshotSerializeBuiltinsFuzzTest()
45 EcmaVM *vm2 = JSNApi::CreateJSVM(option2); in SnapshotSerializeBuiltinsFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp130 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListForEachFuzzTest()
165 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListAddFuzzTest()
197 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListClearFuzzTest()
230 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListCloneFuzzTest()
263 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListConvertToArrayFuzzTest()
296 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListGetFuzzTest()
330 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListGetCapacityFuzzTest()
363 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListGetIndexOfFuzzTest()
397 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListGetIteratorObjFuzzTest()
430 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayListGetLastIndexOfFuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containersdequecommon_fuzzer/
Dcontainersdequecommon_fuzzer.h88 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeInsertFrontFuzzTest()
139 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeForEachFuzzTest()
170 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeGetFirstFuzzTest()
206 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeGetLastFuzzTest()
242 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeInsertEndFuzzTest()
273 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeHasFuzzTest()
311 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequePopFirstFuzzTest()
347 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequePopLastFuzzTest()
383 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersDequeIteratorFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/containersplainarray_fuzzer/
Dcontainersplainarray_fuzzer.cpp88 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_Constructor_FuzzTest()
116 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_Add_Has_FuzzTest()
160 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_Clone_FuzzTest()
198 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_Clear_FuzzTest()
236 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_Get_FuzzTest()
275 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_GetIteratorObj_FuzzTest()
324 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_ForEach_FuzzTest()
367 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_ToString_FuzzTest()
405 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_GetIndexOfKey_FuzzTest()
444 EcmaVM *vm = JSNApi::CreateJSVM(option); in ContainersPlainArray_GetIndexOfValue_FuzzTest()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew1_fuzzer/
Dnativepointernew1_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in NativePointerNew1FuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydesp_fuzzer/
Dpttypesinternalpropertydesp_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesInternalPropertyDespFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobject_fuzzer/
Dpttypesremoteobject_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesRemoteObjectFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetails_fuzzer/
Dpttypesexceptiondetails_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesExceptionDetailsFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapisethostpromiserejectiontracker_fuzzer/
Djsnapisethostpromiserejectiontracker_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in JSNApiSetHostPromiseRejectionTrackerFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydesp_fuzzer/
Dpttypesprivatepropertydesp_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesPrivatePropertyDespFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesprivatepropertydesptojson_fuzzer/
Dpttypesprivatepropertydesptojson_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesPrivatePropertyDespToJsonFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesinternalpropertydesptojson_fuzzer/
Dpttypesinternalpropertydesptojson_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesInternalPropertyDespToJsonFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/stringrefnewfromutf8_fuzzer/
Dstringrefnewfromutf8_fuzzer.cpp31 EcmaVM *vm = JSNApi::CreateJSVM(option); in StringRefNewFromUtf8FuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjecthasclassname_fuzzer/
Dpttypesremoteobjecthasclassname_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesRemoteObjectHasClassNameFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjecthassubtype_fuzzer/
Dpttypesremoteobjecthassubtype_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesRemoteObjectHasSubTypeFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailstojson_fuzzer/
Dpttypesexceptiondetailstojson_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesExceptionDetailsToJsonFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/
Dstartcpuprofilerforfile_fuzzer.cpp29 EcmaVM *vm = JSNApi::CreateJSVM(option); in StartCpuProfilerForFileFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgettype_fuzzer/
Dpttypesremoteobjectgettype_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesRemoteObjectGetTypeFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/buildnativeandJsstacktrace_fuzzer/
DbuildnativeandJsstacktrace_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in BuildNativeAndJsStackTraceFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/arraybufferrefnew_fuzzer/
Darraybufferrefnew_fuzzer.cpp29 EcmaVM *vm = JSNApi::CreateJSVM(option); in ArrayBufferRefNewFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesgeneratorfunctionremoteobject_fuzzer/
Dpttypesgeneratorfunctionremoteobject_fuzzer.cpp32 auto vm = JSNApi::CreateJSVM(option); in PtTypesGeneratorFunctionRemoteObjectFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/buildjsstacktrace_fuzzer/
Dbuildjsstacktrace_fuzzer.cpp30 EcmaVM *vm = JSNApi::CreateJSVM(option); in BuildJsStackTraceFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/nativepointernew2_fuzzer/
Dnativepointernew2_fuzzer.cpp28 EcmaVM *vm = JSNApi::CreateJSVM(option); in NativePointerNew2FuzzTest()

12345678910>>...12