Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp655 GateRef msgIntId = Int32(GET_MESSAGE_STRING_ID(CreateDataPropertyFailed)); in CreateDataPropertyOrThrow() local
656 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId)}); in CreateDataPropertyOrThrow()
703 GateRef msgIntId = Int32(GET_MESSAGE_STRING_ID(DefineFieldField)); in DefineField() local
704 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId)}); in DefineField()
1571 GateRef msgIntId = Int32(messageId); in ThrowTypeAndReturn() local
1572 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId) }); in ThrowTypeAndReturn()