A native object is any object supplied by an ECMAScript implementation independent of the host environment. Standard native objects are defined in this specification. Some native objects are built-in; others may be constructed during the course of execution of an ECMAScript program.
[2] ネイティブ・オブジェクトでないオブジェクトをホスト・オブジェクトといいます。