/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_hashset.cpp | 36 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()
|
D | js_api_tree_set.cpp | 30 CString errorMsg = in Add() local 32 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Add()
|
D | js_api_tree_map.cpp | 31 CString errorMsg = in Set() local 33 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
|
D | js_api_stack.cpp | 146 CString errorMsg = in GetOwnProperty() local 149 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
|
D | js_api_hashmap.cpp | 117 CString errorMsg = in Set() local 119 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in Set()
|
D | js_api_queue.cpp | 201 CString errorMsg = in GetOwnProperty() local 204 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
|
D | js_api_list.cpp | 222 CString errorMsg = in GetOwnProperty() local 225 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
|
D | js_api_deque.cpp | 246 CString errorMsg = in GetOwnProperty() local 249 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
|
D | js_api_linked_list.cpp | 238 CString errorMsg = in GetOwnProperty() local 241 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
|
D | js_api_arraylist.cpp | 409 CString errorMsg = in GetOwnProperty() local 412 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in GetOwnProperty()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_plainarray.cpp | 74 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 …]
|
D | containers_list.cpp | 98 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 …]
|
D | containers_arraylist.cpp | 98 …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 …]
|
D | containers_lightweightmap.cpp | 107 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 …]
|
D | containers_lightweightset.cpp | 100 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 …]
|
D | containers_treeset.cpp | 61 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()
|
D | containers_linked_list.cpp | 182 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()
|
D | containers_treemap.cpp | 62 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()
|
D | containers_hashmap.cpp | 142 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()
|
D | containers_queue.cpp | 148 CString errorMsg = in ForEach() local 150 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
|
D | containers_stack.cpp | 196 CString errorMsg = in ForEach() local 198 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
|
D | containers_hashset.cpp | 252 CString errorMsg = in ForEach() local 254 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::TYPE_ERROR, errorMsg.c_str(… in ForEach()
|
D | containers_deque.cpp | 241 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/ |
D | error_helper_test.cpp | 169 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/ |
D | js_module_manager.cpp | 163 …CString errorMsg = "GetCJSModuleValue: currentModule" + ConvertToString(curModuleName.GetTaggedVal… in GetCJSModuleValue() local 166 factory->GetJSError(base::ErrorType::SYNTAX_ERROR, errorMsg.c_str()); in GetCJSModuleValue()
|