ISO 15924 script codes are implemented in the Iso15924Script enum. Each member of the enum includes the script code from the standard as the enum member name and the numeric code from the standard as the member value.
To access an individual script code:
// Cyrillic script
var script = Iso15924Script.Cyrl;