What the Internal Property in ECMAScript is defined for ? What does the spec mean by
This specification uses various internal properties to define the semantics of object values.These internal properties are not part of the ECMAScript language. They are defined by this specification purely for expository purposes.
Does it mean that Internal properties defined by ECMAScript are not available for programming. They are used in the implementation of the javascript engine ?