- | Macro |
- Description |
+ マクロ |
+ 説明 |
xsGlobal |
- Returns a special instance made of global properties available to scripts |
+ スクリプトで利用可能なグローバルプロパティで構成される特別なインスタンスを返します |
xsDefine, xsmcDefine |
- Defines a new property of an instance with an identifier and attributes |
+ 識別子と属性を使用してインスタンスの新しいプロパティを定義します |
xsDefineAt |
- Defines a new property or item of an instance with a key and attributes |
+ キーと属性を使用してインスタンスの新しいプロパティまたは項目を定義します |
xsHas, xsmcHas |
- Tests whether an instance has a property corresponding to a particular identifier |
+ インスタンスが特定の識別子に対応するプロパティを持っているかどうかをテストします |
xsHasAt |
- Tests whether an instance has a property corresponding to a particular key |
+ インスタンスが特定のキーに対応するプロパティを持っているかどうかをテストします |
xsHasIndex, xsmcHasIndex |
- Tests whether an instance has a property corresponding to a particular index |
+ インスタンスが特定のインデックスに対応するプロパティを持っているかどうかをテストします |
xsGet, xsmcGet |
- Gets a property of an instance by identifier |
+ 識別子によってインスタンスのプロパティを取得します |
xsGetAt, xsmcGetAt |
- Gets a property or an instance by key |
+ キーによってプロパティまたはインスタンスを取得します |
xsGetIndex, xsmcGetIndex |
- Gets a property or an instance by index |
+ インデックスによってプロパティまたはインスタンスを取得します |
xsSet, xsmcSet |
- Sets a property of an instance with an identifier |
+ 識別子を使用してインスタンスのプロパティを設定します |
xsSetAt, xsmcSetAt |
- Sets a property of an instance with a key |
+ キーを使用してインスタンスのプロパティを設定します |
xsSetIndex, xsmcSetIndex |
- Sets an property of an instance with an index |
+ インデックスを使用してインスタンスのプロパティを設定します |
xsDelete, xsmcDelete |
- Deletes a property corresponding to a particular identifier |
+ 特定の識別子に対応するプロパティを削除します |
xsDeleteAt, xsmcDeleteAt |
- Deletes a property corresponding to a particular key |
+ 特定のキーに対応するプロパティを削除します |
xsCall0 ... xsCall7, xsmcCall |
- Calls the function referred to by a property of an instance |
+ インスタンスのプロパティによって参照される関数を呼び出します |
xsNew0 ... xsNew7, xsmcNew |
- Calls the constructor referred to by a property of an instance |
+ インスタンスのプロパティによって参照されるコンストラクタを呼び出します |
xsTest, xsmcTest |
- Takes a value of any type and determines whether it is true or false |
+ 任意の型の値を受け取り、それがtrueかfalseかを判定します |
xsEnumerate |
- Enumerates the properties of an instance |
+ インスタンスのプロパティを列挙します |