public void Format(ScriptWriter sw, IScriptFormatterContext formatterContext, IServices services) { FormatHelper.FormatGlobalGet(_globalVariable, null, sw, formatterContext, services); }
public override void Format(ScriptWriter sw, IScriptFormatterContext formatterContext, IServices services) { FormatHelper.FormatGlobalSet(_globalVariable, _value, Jsm.GlobalUInt8, sw, formatterContext, services); }