#?SuikaWiki/0.9 * C において [1] > その[[内容]]によって、[[値]]を[[表現]]することができる[[実行環境]]中の[[記憶域]]の[[領域]]。 [[ビットフィールド]]以外のオブジェクトは、 連続する一つ以上の[[バイト]]の列からなる。 そのバイトの個数、順序及び符号化規則は、明示的に規定するか又は[[処理系定義]]とする。 オブジェクトを[[参照]]する場合、 オブジェクトは、特定の[[型]]を持っていると解釈しても良い (6.2.2.1 参照)。 [INS[([[JISX3010]]-1993 3.14)]] * JavaScript のオブジェクト [3] >An [DFN@en[object]] is a member of the type [CODE(JS)@en[[[Object]]]]. It is an unordered collection of [[properties]] each of which contains a [[primitive value]], [[object]], or [[function]]. A [[function]] stored in a [[property]] of an [[object]] is called a [[method]]. ;; [CITE[ECMAScript Language Specification (HTML version)]] ([TIME[2009-04-03 04:43:48 +09:00]] 版) [2] >ECMAScript is object-based: basic language and host facilities are provided by objects, and an ECMAScript program is a cluster of communicating objects. An ECMAScript [DFN[object]] is an unordered collection of properties each with zero or more attributes that determine how each property can be used [INS[...]]; an object is a member of the remaining built-in type Object; and a method is a function associated with an object via a property. ;; [CITE[ECMAScript Language Specification (HTML version)]] ([TIME[2009-04-03 04:43:48 +09:00]] 版) 、 「an informal overview of ECMAScript」より。