What Internal Property In ECMAScript is defined for?

后端 未结 4 1698
-上瘾入骨i
-上瘾入骨i 2020-12-05 20:58

What the Internal Property in ECMAScript is defined for ? What does the spec mean by

This specification uses various internal properties to define th

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-05 21:21

    Does it mean that Internal properties defined by ECMAScript are not available for programming. They are used in the implementation of the javascript engine ?

    Yes. They are only for implementation purposes, and don't need "real names". You can read about that in #8.6.2 Object Internal Properties and Methods.

提交回复
热议问题