Searched refs:THROW_TYPE_ERROR (Results 1 - 15 of 15) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_weak_container.cpp | 27 THROW_TYPE_ERROR(thread, "the value must be Key of JSWeakMap"); in Set() 79 THROW_TYPE_ERROR(thread, "the value must be Key of JSWeakSet"); in Add()
|
H A D | js_set.cpp | 24 THROW_TYPE_ERROR(thread, "the value must be Key of JSSet"); in Add()
|
H A D | js_map.cpp | 25 THROW_TYPE_ERROR(thread, "the value must be Key of JSSet"); in Set()
|
H A D | js_async_generator_object.cpp | 35 THROW_TYPE_ERROR(thread, "Not a asyncgenerator object"); in AsyncGeneratorValidate() 42 THROW_TYPE_ERROR(thread, "Results are not equal"); in AsyncGeneratorValidate()
|
H A D | layout_info-inl.h | 245 THROW_TYPE_ERROR(const_cast<JSThread *>(thread), "property keys can not duplicate"); in AddKey()
|
H A D | ecma_macros.h | 460 #define THROW_TYPE_ERROR(thread, message) \ macro 685 THROW_TYPE_ERROR(thread, ARK_SUPPORT_INTL_RETURN_STR(message))
|
H A D | js_object.cpp | 227 THROW_TYPE_ERROR(const_cast<JSThread *>(thread), in ElementsToDictionary() 342 THROW_TYPE_ERROR(thread, "The properties of sendable class must be sendable too."); in SetSProperties() 2326 THROW_TYPE_ERROR(thread, "ToPropertyDescriptor error obj is not Object"); in ToPropertyDescriptor() 2375 THROW_TYPE_ERROR(thread, "getter not callable or undefined"); in ToPropertyDescriptor() 2387 THROW_TYPE_ERROR(thread, "setter not callable or undefined"); in ToPropertyDescriptor() 2397 THROW_TYPE_ERROR(thread, "either desc.[[Value]] or desc.[[Writable]] is present"); in ToPropertyDescriptor()
|
H A D | js_relative_time_format.cpp | 379 THROW_TYPE_ERROR(thread, "formattedRelativeDateTime toString failed"); in FormatToArray()
|
H A D | js_number_format.cpp | 823 THROW_TYPE_ERROR(thread, "formattedNumber toString failed"); in GroupToParts()
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.cpp | 219 THROW_TYPE_ERROR(thread, "SendableArray don't support dictionary mode."); in SetCapacity()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | fast_json_stringifier.cpp | 396 THROW_TYPE_ERROR(thread_, "cannot serialize a BigInt"); in SerializePrimitiveRef()
|
H A D | json_stringifier.cpp | 606 THROW_TYPE_ERROR(thread_, "cannot serialize a BigInt"); in SerializePrimitiveRef()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_arraybuffer.cpp | 254 THROW_TYPE_ERROR(thread, "The ArrayBuffer of this value is detached buffer."); in IsDetachedBuffer()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 503 THROW_TYPE_ERROR(thread, "Inner return result is not object"); in ThrowIfNotObject()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 1622 THROW_TYPE_ERROR(thread, "Throw method is not defined"); in RuntimeThrowThrowNotExists() 1653 THROW_TYPE_ERROR(thread, "Inner return result is not object"); in RuntimeThrowIfNotObject()
|
Completed in 30 milliseconds