JavaScript type Overview

Source: Internet
Author: User

 

This figure is from Chapter 3 P184 of JavaScript language essence and programming practice. I recently changed the second version. This figure has been redone. You can check the figure as needed.

In addition, the following concepts are added:

1. The difference between a built-in (Build-in) object and a native (Naitve) object is that the former is always an object created during the engine initialization phase and is a subset of the latter; the latter includes some objects dynamically created during the running process.

2. Engine extension objects are not very large sets. Generally, they are also native objects of the engine (but not ECMA-compliant native objects ).

3. The host object is not the native object of the engine. Instead, the host framework registers the object in the JavaScript engine through a mechanism.

4. Some hosts call their own object/constructor "Native object". For example, Internet Explorer 7 calls its XMLHttpRequest () it is called Native. In contrast, in earlier versions, new ActiveXObject ('Microsoft. XMLHTTP. In this case, the reader should note the difference between "Native objects of the Host" and "Native objects of the engine ".




From lovedreamland's blog

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.