JavaScript オブジェクト 新しいページはコチラ
提供: yonewiki
(→.seal 関数) |
|||
| 1,069行: | 1,069行: | ||
[[Media:JavaScript Object defineProperty.html|実行結果サンプル]] | [[Media:JavaScript Object defineProperty.html|実行結果サンプル]] | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== .getOwnPropertyDescriptor 関数 == | == .getOwnPropertyDescriptor 関数 == | ||
| 1,134行: | 1,114行: | ||
| − | == . | + | == .setPrototypeOf 関数 == |
* | * | ||
: | : | ||
| 1,142行: | 1,122行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | [[Media:JavaScript Object | + | [[Media:JavaScript Object setPrototypeOf.html|実行結果サンプル]] |
| − | == . | + | == .freeze 関数 == |
* | * | ||
: | : | ||
| 1,153行: | 1,133行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | [[Media:JavaScript Object | + | [[Media:JavaScript Object freeze.html|実行結果サンプル]] |
| + | |||
| + | |||
| + | == .isFrozen 関数 == | ||
| + | * | ||
| + | : | ||
| + | |||
| + | サンプル | ||
| + | <syntaxhighlight lang="javascript" line start="1"> | ||
| + | |||
| + | </syntaxhighlight> | ||
| + | [[Media:JavaScript Object isFrozen.html|実行結果サンプル]] | ||
| 1,198行: | 1,189行: | ||
[[Media:JavaScript Object isSealed.html|実行結果サンプル]] | [[Media:JavaScript Object isSealed.html|実行結果サンプル]] | ||
| − | == . | + | |
| + | == .is 関数 == | ||
* | * | ||
: | : | ||
| 1,206行: | 1,198行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | [[Media:JavaScript Object | + | [[Media:JavaScript Object is.html|実行結果サンプル]] |
| + | |||
| + | |||
| + | == .keys 関数 == | ||
| + | * | ||
| + | : | ||
| + | |||
| + | サンプル | ||
| + | <syntaxhighlight lang="javascript" line start="1"> | ||
| + | |||
| + | </syntaxhighlight> | ||
| + | [[Media:JavaScript Object keys.html|実行結果サンプル]] | ||
| + | |||
== 記事作成用テンプレート == | == 記事作成用テンプレート == | ||