Home
last modified time | relevance | path

Searched refs:GET_MESSAGE_STRING (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp54 THROW_TYPE_ERROR_AND_RETURN(argv->GetThread(), GET_MESSAGE_STRING(ReviverOnlySupportUndefined), in Parse()
155 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(ClassNotDerivedFromShared), in ParseWithTransformType()
H A Dbuiltins_object.cpp254 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(CreateObjectWithSendableProto), in Create()
340 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(UpdateSendableAttributes), JSTaggedValue::Exception()); in Freeze()
/arkcompiler/ets_runtime/ecmascript/
H A Dmessage_string.h121 #define GET_MESSAGE_STRING(name) MessageString::GetMessageString(GET_MESSAGE_STRING_ID(name)).c_str() macro
H A Dobject_fast_operator-inl.h372 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), in TrySetPropertyByNameThroughCacheAtLocal()
393 THROW_TYPE_ERROR_AND_RETURN((thread), GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), in TrySetPropertyByNameThroughCacheAtLocal()
455 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), in SetPropertyByName()
476 THROW_TYPE_ERROR_AND_RETURN((thread), GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), in SetPropertyByName()
515 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), in SetPropertyByName()
523 THROW_TYPE_ERROR_AND_RETURN((thread), GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), in SetPropertyByName()
562 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetPropertyWhenNotExtensible), in SetPropertyByName()
1180 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetPropertyWhenNotExtensible), in AddPropertyByIndex()
H A Djs_object.cpp924 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), false); in SetPropertyForDataDescriptor()
938 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), false); in SetPropertyForDataDescriptor()
969 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), false); in SetPropertyForDataDescriptor()
976 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), false); in SetPropertyForDataDescriptor()
987 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetPropertyWhenNotExtensible), false); in SetPropertyForDataDescriptor()
1340 THROW_TYPE_ERROR_AND_RETURN(op->GetThread(), GET_MESSAGE_STRING(UpdateSendableAttributes), false); in ValidateDataDescriptorWhenConfigurable()
1343 THROW_TYPE_ERROR_AND_RETURN(op->GetThread(), GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), false); in ValidateDataDescriptorWhenConfigurable()
H A Djs_array.cpp44 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), false); in LengthSetter()
H A Djs_tagged_value.cpp1235 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetProtoWithSendable), false); in SetPrototype()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h235 THROW_TYPE_ERROR_AND_RETURN((thread), GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), in StoreICWithHandler()
592 GET_MESSAGE_STRING(SetTypeMismatchedSharedProperty), JSTaggedValue::Exception()); in StoreElement()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp58 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetReadOnlyProperty), false); in LengthSetter()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h603 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(SetProtoWithSendable), JSTaggedValue::Exception()); in RuntimeSetObjectWithProto()
937 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(NotSendableSubClass), JSTaggedValue::Exception()); in RuntimeCreateClassWithBuffer()
1035 THROW_TYPE_ERROR_AND_RETURN(thread, GET_MESSAGE_STRING(ClassNotDerivedFromShared), JSTaggedValue::Exception()); in RuntimeCreateSharedClass()

Completed in 23 milliseconds