/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/ |
D | builtinsarraybufferisview_fuzzer.cpp | 33 …EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t nu… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/ |
D | builtinsarraybufferarraybufferconstructor_fuzzer.cpp | 33 …EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t nu… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | test_helper.h | 52 …static EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/ |
D | jsvaluerefislist_fuzzer.cpp | 66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/ |
D | jsvaluerefislinkedlist_fuzzer.cpp | 66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/ |
D | jsvaluerefishashmap_fuzzer.cpp | 47 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/ |
D | jsvaluerefisplainarray_fuzzer.cpp | 66 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/ |
D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 71 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/ |
D | jsvaluerefishashset_fuzzer.cpp | 65 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/ |
D | containerslistgetsublist_fuzzer.cpp | 51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/ |
D | containerslistconverttoarray_fuzzer.cpp | 53 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/ |
D | containerslistequal_fuzzer.cpp | 51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/ |
D | containerslistgetiteratorobj_fuzzer.cpp | 51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/ |
D | containerslistlength_fuzzer.cpp | 51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
D | containerslistget_fuzzer.cpp | 51 …EcmaRuntimeCallInfo* CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t ar… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | invoke_cache.cpp | 89 JSHandle<JSFunction> newTgt(thread, newTarget); in Construct() local
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
D | jsvaluerefislightweightmapandset_fuzzer.cpp | 65 EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, JSTaggedValue newTgt, uint32_t arg… in CreateEcmaRuntimeCallInfo()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_proxy.cpp | 198 JSHandle<JSTaggedValue> newTgt(thread, JSTaggedValue::Undefined()); in IsExtensible() local 679 JSHandle<JSTaggedValue> newTgt(thread, JSTaggedValue::Undefined()); in DeleteProperty() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 2619 … JSHandle<JSTaggedValue> newTgt, JSHandle<JSTaggedValue> preArgs, in RuntimeOptConstructProxy() 2681 JSHandle<JSTaggedValue> newTgt, in RuntimeOptConstructBoundFunction() 2704 …CVector<JSTaggedType> &values, JSHandle<JSTaggedValue> newTgt, uint32_t &size, JSHandle<JSTaggedVa… in GetResultValue() 2735 JSHandle<JSTaggedValue> newTgt, in RuntimeOptConstructGeneric()
|