JavaScript オブジェクト 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(.isFrozen 関数)
(.freeze 関数)
1,444行: 1,444行:
 
     }
 
     }
 
};
 
};
 +
Object.defineProperty(obj, "x", {
 +
    writable: true,
 +
    enumerable: true,
 +
    configurable: true
 +
});
 +
  
 
function objFunc(){
 
function objFunc(){
1,464行: 1,470行:
 
obj.x = {
 
obj.x = {
 
         value:"data2",
 
         value:"data2",
        writable:true,
 
        enumerable:true,
 
        configurable:true
 
 
     };
 
     };
  

2016年3月2日 (水) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス