Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset.cpp36 CString errorMsg = in Has() local
38 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Has()
50 CString errorMsg = in Add() local
52 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Add()
85 CString errorMsg = in Remove() local
87 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Remove()
Djs_api_tree_set.cpp30 CString errorMsg = in Add() local
32 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Add()
Djs_api_tree_map.cpp31 CString errorMsg = in Set() local
33 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
Djs_api_stack.cpp146 CString errorMsg = in GetOwnProperty() local
149 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
Djs_api_hashmap.cpp117 CString errorMsg = in Set() local
119 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
Djs_api_queue.cpp201 CString errorMsg = in GetOwnProperty() local
204 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
Djs_api_list.cpp222 CString errorMsg = in GetOwnProperty() local
225 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
Djs_api_deque.cpp246 CString errorMsg = in GetOwnProperty() local
249 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
Djs_api_linked_list.cpp238 CString errorMsg = in GetOwnProperty() local
241 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.cpp74 CString errorMsg = in Add() local
76 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Add()
145 CString errorMsg = in Has() local
147 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Has()
176 CString errorMsg = in Get() local
178 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Get()
227 CString errorMsg = in ForEach() local
229 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
274 CString errorMsg = in GetIndexOfKey() local
276 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetIndexOfKey()
[all …]
Dcontainers_list.cpp98 CString errorMsg = in Insert() local
100 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Insert()
211 CString errorMsg = in Get() local
213 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Get()
285 CString errorMsg = in Set() local
287 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
319 CString errorMsg = in ForEach() local
321 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
390 CString errorMsg = in RemoveByIndex() local
392 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in RemoveByIndex()
[all …]
Dcontainers_arraylist.cpp98 …CString errorMsg = "The type of \"index\" must be number. Received value is: " + ConvertToString(*… in Insert() local
99 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Insert()
223 CString errorMsg = in IncreaseCapacityTo() local
225 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in IncreaseCapacityTo()
372 CString errorMsg = in RemoveByIndex() local
374 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in RemoveByIndex()
436 CString errorMsg = in RemoveByRange() local
438 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in RemoveByRange()
445 CString errorMsg = in RemoveByRange() local
447 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in RemoveByRange()
[all …]
Dcontainers_lightweightmap.cpp107 CString errorMsg = in HasAll() local
109 …TaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str()); in HasAll()
185 CString errorMsg = in IncreaseCapacityTo() local
187 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in IncreaseCapacityTo()
323 CString errorMsg = in GetKeyAt() local
325 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetKeyAt()
372 CString errorMsg = in SetAll() local
374 …TaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str()); in SetAll()
454 CString errorMsg = in RemoveAt() local
456 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in RemoveAt()
[all …]
Dcontainers_lightweightset.cpp100 CString errorMsg = in AddAll() local
102 …TaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str()); in AddAll()
150 CString errorMsg = in GetValueAt() local
152 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetValueAt()
183 CString errorMsg = in HasAll() local
185 …TaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str()); in HasAll()
275 CString errorMsg = in IncreaseCapacityTo() local
277 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in IncreaseCapacityTo()
372 CString errorMsg = in ForEach() local
374 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
[all …]
Dcontainers_treeset.cpp61 CString errorMsg = in TreeSetConstructor() local
63 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in TreeSetConstructor()
228 CString errorMsg = in GetLowerValue() local
230 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetLowerValue()
259 CString errorMsg = in GetHigherValue() local
261 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetHigherValue()
372 CString errorMsg = in ForEach() local
374 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
Dcontainers_linked_list.cpp182 CString errorMsg = in Insert() local
184 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Insert()
280 CString errorMsg = in Get() local
282 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Get()
350 CString errorMsg = in RemoveByIndex() local
352 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in RemoveByIndex()
495 CString errorMsg = in Set() local
497 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
548 CString errorMsg = in ForEach() local
550 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
Dcontainers_treemap.cpp62 CString errorMsg = in TreeMapConstructor() local
64 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in TreeMapConstructor()
257 CString errorMsg = in SetAll() local
259 …TaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str()); in SetAll()
421 CString errorMsg = in ForEach() local
423 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
Dcontainers_hashmap.cpp142 CString errorMsg = in ForEach() local
144 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
223 CString errorMsg = in SetAll() local
225 …TaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str()); in SetAll()
Dcontainers_queue.cpp148 CString errorMsg = in ForEach() local
150 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
Dcontainers_stack.cpp196 CString errorMsg = in ForEach() local
198 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
Dcontainers_hashset.cpp252 CString errorMsg = in ForEach() local
254 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
Dcontainers_deque.cpp241 CString errorMsg = in ForEach() local
243 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h220 auto errorMsg = "Class " + panda::ConvertToString(klass->GetName()) + in HandleEtsLdobjName() local
227 errorMsg); in HandleEtsLdobjName()
262 auto errorMsg = "Class " + panda::ConvertToString(klass->GetName()) + in HandleEtsLdobjNameWide() local
269 errorMsg); in HandleEtsLdobjNameWide()
306 auto errorMsg = "Class " + panda::ConvertToString(klass->GetName()) + in HandleEtsLdobjNameObj() local
313 errorMsg); in HandleEtsLdobjNameObj()
348 auto errorMsg = "Class " + panda::ConvertToString(klass->GetName()) + in HandleEtsStobjName() local
355 errorMsg); in HandleEtsStobjName()
390 auto errorMsg = "Class " + panda::ConvertToString(klass->GetName()) + in HandleEtsStobjNameWide() local
397 errorMsg); in HandleEtsStobjNameWide()
[all …]
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.h86 …JSErrorInfo(uint8_t errorType, JSTaggedValue errorMsg, uintptr_t objAddr, size_t offset, bool root) in JSErrorInfo()
87 … : errorType_(errorType), errorMsg_(errorMsg), objAddr_(objAddr), offset_(offset), root_(root) {} in JSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp178 JSHandle<JSTaggedValue> errorMsg(factory->NewFromASCII("You have an Error!")); in HWTEST_F_L0() local
182 argv1->SetCallArg(0, errorMsg.GetTaggedValue()); in HWTEST_F_L0()
352 JSHandle<JSTaggedValue> errorMsg(factory->NewFromASCII("You have an Error!")); in HWTEST_F_L0() local
357 argv1->SetCallArg(0, errorMsg.GetTaggedValue()); in HWTEST_F_L0()

12