Home
last modified time | relevance | path

Searched defs:newTgt (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp35 …EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t nu… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp35 …EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t nu… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtest_helper.h56 …static EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/
Djsvaluerefisplainarray_fuzzer.cpp67 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/
Djsvaluerefislist_fuzzer.cpp67 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
Djsvaluerefislinkedlist_fuzzer.cpp67 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/
Djsvaluerefishashmap_fuzzer.cpp48 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/
Dcontainerslistequal_fuzzer.cpp51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/
Djsvaluerefislinkedlistiterator_fuzzer.cpp72 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/
Djsvaluerefishashset_fuzzer.cpp66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/
Dcontainerslistget_fuzzer.cpp51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/
Dcontainerslistgetiteratorobj_fuzzer.cpp51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/
Dcontainerslistgetsublist_fuzzer.cpp51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/
Dcontainerslistconverttoarray_fuzzer.cpp53 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/
Dcontainerslistlength_fuzzer.cpp51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/
Djsvaluerefislightweightmapandset_fuzzer.cpp66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp196 JSHandle<JSTaggedValue> newTgt(thread, JSTaggedValue::Undefined()); in IsExtensible() local
693 JSHandle<JSTaggedValue> newTgt(thread, JSTaggedValue::Undefined()); in DeleteProperty() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3028JSHandle<JSTaggedValue> newTgt, JSHandle<JSTaggedValue> preArgs, in RuntimeOptConstructProxy()
3091 JSHandle<JSTaggedValue> newTgt, in RuntimeOptConstructBoundFunction()
3116 …CVector<JSTaggedType> &values, JSHandle<JSTaggedValue> newTgt, uint32_t &size, JSHandle<JSTaggedVa… in GetResultValue()
3146 JSHandle<JSTaggedValue> newTgt, in RuntimeOptConstructGeneric()