Home
last modified time | relevance | path

Searched refs:THROW_TYPE_ERROR (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_weak_container.cpp27 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 Djs_set.cpp24 THROW_TYPE_ERROR(thread, "the value must be Key of JSSet"); in Add()
H A Djs_map.cpp25 THROW_TYPE_ERROR(thread, "the value must be Key of JSSet"); in Set()
H A Djs_async_generator_object.cpp35 THROW_TYPE_ERROR(thread, "Not a asyncgenerator object"); in AsyncGeneratorValidate()
42 THROW_TYPE_ERROR(thread, "Results are not equal"); in AsyncGeneratorValidate()
H A Dlayout_info-inl.h245 THROW_TYPE_ERROR(const_cast<JSThread *>(thread), "property keys can not duplicate"); in AddKey()
H A Decma_macros.h460 #define THROW_TYPE_ERROR(thread, message) \ macro
685 THROW_TYPE_ERROR(thread, ARK_SUPPORT_INTL_RETURN_STR(message))
H A Djs_object.cpp227 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 Djs_relative_time_format.cpp379 THROW_TYPE_ERROR(thread, "formattedRelativeDateTime toString failed"); in FormatToArray()
H A Djs_number_format.cpp823 THROW_TYPE_ERROR(thread, "formattedNumber toString failed"); in GroupToParts()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp219 THROW_TYPE_ERROR(thread, "SendableArray don't support dictionary mode."); in SetCapacity()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.cpp396 THROW_TYPE_ERROR(thread_, "cannot serialize a BigInt"); in SerializePrimitiveRef()
H A Djson_stringifier.cpp606 THROW_TYPE_ERROR(thread_, "cannot serialize a BigInt"); in SerializePrimitiveRef()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.cpp254 THROW_TYPE_ERROR(thread, "The ArrayBuffer of this value is detached buffer."); in IsDetachedBuffer()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp503 THROW_TYPE_ERROR(thread, "Inner return result is not object"); in ThrowIfNotObject()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1622 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