Home
last modified time | relevance | path

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

/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()
Djs_api_arraylist.cpp409 CString errorMsg = in GetOwnProperty() local
412 …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()
282 CString errorMsg = in Set() local
284 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
316 CString errorMsg = in ForEach() local
318 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
387 CString errorMsg = in RemoveByIndex() local
389 …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()
453 CString errorMsg = in RemoveAt() local
455 …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/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp169 JSHandle<JSTaggedValue> errorMsg(factory->NewFromASCII("You have an Error!")); in HWTEST_F_L0() local
173 argv1->SetCallArg(0, errorMsg.GetTaggedValue()); in HWTEST_F_L0()
343 JSHandle<JSTaggedValue> errorMsg(factory->NewFromASCII("You have an Error!")); in HWTEST_F_L0() local
348 argv1->SetCallArg(0, errorMsg.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp163 …CString errorMsg = "GetCJSModuleValue: currentModule" + ConvertToString(curModuleName.GetTaggedVal… in GetCJSModuleValue() local
166 factory->GetJSError(base::ErrorType::SYNTAX_ERROR, errorMsg.c_str()); in GetCJSModuleValue()