| /arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/ |
| H A D | containersstackpush_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeStackConstructor(JSThread *thread) in InitializeStackConstructor() argument 67 CreateJSAPIStack(JSThread *thread, JSTaggedValue compare = JSTaggedValue::Undefined()) CreateJSAPIStack() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainersStackPushFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerstreesetentries_fuzzer/ |
| H A D | containerstreesetentries_fuzzer.cpp | 32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument 68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument 88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetEntriesFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerstreesetconstructor_fuzzer/ |
| H A D | containerstreesetconstructor_fuzzer.cpp | 32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument 68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument 88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetConstructorFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerstreesetgetlowervalue_fuzzer/ |
| H A D | containerstreesetgetlowervalue_fuzzer.cpp | 32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument 68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument 88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetGetLowerValueFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerstreesethas_fuzzer/ |
| H A D | containerstreesethas_fuzzer.cpp | 32 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 39 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 50 JSTaggedValue InitializeTreeSetConstructor(JSThread *thread) in InitializeTreeSetConstructor() argument 68 CreateJSAPITreeSet(JSThread *thread) CreateJSAPITreeSet() argument 88 JSThread *thread = vm->GetJSThread(); ContainersTreeSetHasFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/generatorfunctionref_fuzzer/ |
| H A D | generatorfunctionref_fuzzer.cpp | 36 auto thread = vm->GetAssociatedJSThread(); in CreateGeneratorObj() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapilocalregexpref_fuzzer/ |
| H A D | publicapilocalregexpref_fuzzer.cpp | 38 JSThread *thread = vm->GetJSThread(); in LocalRegExpGetOriginalSourceFuzzTest() local 67 JSThread *thread = vm->GetJSThread(); in LocalRegExpRefGetOriginalFlagsFuzzTest() local 96 JSThread *thread = vm->GetJSThread(); LocalRegExpIsGlobalRefFuzzTest() local 118 JSThread *thread = vm->GetJSThread(); LocalRegExpIsIgnoreCaseFuzzTest() local 142 JSThread *thread = vm->GetJSThread(); LocalRegExpIsMultilineFuzzTest() local 166 JSThread *thread = vm->GetJSThread(); LocalRegExpIsDotAllFuzzTest() local 190 JSThread *thread = vm->GetJSThread(); LocalRegExpIsUtf16FuzzTest() local 214 JSThread *thread = vm->GetJSThread(); LocalRegExpIsSticklFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | jsnapi_sendable.cpp | 23 JSNapiSendable::JSNapiSendable(JSThread *thread, FunctionRef::SendablePropertiesInfos &infos, Local<StringRef> &name) in JSNapiSendable() argument 38 void JSNapiSendable::InitStaticDescription(JSThread *thread, in InitStaticDescription() argument 59 InitNonStaticDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) InitNonStaticDescription() argument 71 InitInstanceDescription(JSThread *thread, std::vector<PropertyDescriptor> &descs) InitInstanceDescription() argument 83 InitWithPropertiesInfo(JSThread *thread, FunctionRef::SendablePropertiesInfo &info, std::vector<PropertyDescriptor> &descs) InitWithPropertiesInfo() argument 104 GetSharedFieldType(JSThread *thread, FunctionRef::SendableType type, Local<JSValueRef> value) GetSharedFieldType() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | abc_buffer_cache.h | 79 AbcBufferCacheScope(JSThread *thread, const CString &filename, const void *buffer, in AbcBufferCacheScope() argument
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.h | 54 inline void SetArrayLength([[maybe_unused]]const JSThread *thread, uint32_t length) in SetArrayLength() argument [all...] |
| H A D | concurrent_api_scope.h | 34 ConcurrentApiScope(JSThread *thread, const JSHandle<JSTaggedValue> &objHandle, SCheckMode mode = SCheckMode::CHECK) in ConcurrentApiScope() argument
|
| /arkcompiler/ets_runtime/ecmascript/taskpool/ |
| H A D | runner.h | 77 void PrologueHook(os::thread::native_handle_type thread) in PrologueHook() argument 83 EpilogueHook(os::thread::native_handle_type thread) EpilogueHook() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_displaynames_test.cpp | 77 void SetOptionProperties(JSThread *thread, JSHandle<JSObject> &optionsObj, in SetOptionProperties() argument [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapat_fuzzer/ |
| H A D | containerslightweightmapat_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread)
in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs)
in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightMapConstructor(JSThread *thread)
in InitializeLightWeightMapConstructor() argument 69 CreateJSAPILightWeightMap(JSThread *thread) CreateJSAPILightWeightMap() argument 89 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightMapAtFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightmapclear_fuzzer/ |
| H A D | containerslightweightmapclear_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightMapConstructor(JSThread *thread) in InitializeLightWeightMapConstructor() argument 69 CreateJSAPILightWeightMap(JSThread *thread) CreateJSAPILightWeightMap() argument 89 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightMapClearFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetadd_fuzzer/ |
| H A D | containerslightweightsetadd_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightSetConstructor(JSThread *thread) in InitializeLightWeightSetConstructor() argument 69 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightset_fuzzer/ |
| H A D | containerslightweightset_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightSetConstructor(JSThread *thread) in InitializeLightWeightSetConstructor() argument 69 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetiteratorobj_fuzzer/ |
| H A D | containerslightweightsetgetiteratorobj_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightSetConstructor(JSThread *thread) in InitializeLightWeightSetConstructor() argument 67 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument 86 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsetgetindexof_fuzzer/ |
| H A D | containerslightweightsetgetindexof_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightSetConstructor(JSThread *thread) in InitializeLightWeightSetConstructor() argument 67 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument 86 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslightweightsethashash_fuzzer/ |
| H A D | containerslightweightsethashash_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeLightWeightSetConstructor(JSThread *thread) in InitializeLightWeightSetConstructor() argument 67 CreateJSAPILightWeightSet(JSThread *thread) CreateJSAPILightWeightSet() argument 86 auto thread = vm->GetAssociatedJSThread(); ContainersLightWeightSetFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslistforeach_fuzzer/ |
| H A D | containerslistforeach_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread)
in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs)
in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeContainersList(JSThread *thread)
in InitializeContainersList() argument 69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainerslistForEachFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslistisempty_fuzzer/ |
| H A D | containerslistisempty_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread)
in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs)
in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeContainersList(JSThread *thread)
in InitializeContainersList() argument 69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainerslistIsemptyFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslistremove_fuzzer/ |
| H A D | containerslistremove_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread)
in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs)
in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeContainersList(JSThread *thread)
in InitializeContainersList() argument 69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainerslistRemoveFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslistremovebyindex_fuzzer/ |
| H A D | containerslistremovebyindex_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread)
in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs)
in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeContainersList(JSThread *thread)
in InitializeContainersList() argument 69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainerslistRemoveByIndexFuzzTest() local [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/containerslistset_fuzzer/ |
| H A D | containerslistset_fuzzer.cpp | 33 JSFunction *JSObjectCreate(JSThread *thread)
in JSObjectCreate() argument 40 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs)
in CreateEcmaRuntimeCallInfo() argument 51 JSTaggedValue InitializeContainersList(JSThread *thread)
in InitializeContainersList() argument 69 CreateJSAPIList(JSThread *thread) CreateJSAPIList() argument 88 auto thread = vm->GetAssociatedJSThread(); ContainerslistSetFuzzTest() local [all...] |