JS Lexical analysis

Source: Internet
Author: User

JS code at run time, first lexical analysis, and then run the execution code

Lexical Analysis

1, Mr. Cheng Acitive object, referred to as ao{};

2, the parameters are analyzed,

2.1 Convert the parameter value to the Ao property, and the value is undefined;

2.2 If the physical parameter is passed, the value of the AO attribute is replaced with the value of the formal parameter.

3, analysis of variables declared with Var

Ⅰ, if there is this attribute in the AO object, no processing is done.

Ⅱ, if not, the AO attribute is formed and the value is undefined.

4, analysis of declared functions

Ⅰ, if not, use the function as the AO attribute.

Ⅱ, if any, ruthlessly replaces the original attribute with the function as the AO attribute.

This article from "Chensir" blog, declined reprint!

JS Lexical analysis

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.