Searched refs:msgIntId (Results 1 – 1 of 1) sorted by relevance
655 GateRef msgIntId = Int32(GET_MESSAGE_STRING_ID(CreateDataPropertyFailed)); in CreateDataPropertyOrThrow() local656 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId)}); in CreateDataPropertyOrThrow()703 GateRef msgIntId = Int32(GET_MESSAGE_STRING_ID(DefineFieldField)); in DefineField() local704 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId)}); in DefineField()1571 GateRef msgIntId = Int32(messageId); in ThrowTypeAndReturn() local1572 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId) }); in ThrowTypeAndReturn()