Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js 语句 #66

Open
MengZhaoFly opened this issue Apr 26, 2020 · 0 comments
Open

js 语句 #66

MengZhaoFly opened this issue Apr 26, 2020 · 0 comments

Comments

@MengZhaoFly
Copy link
Owner

  1. Atom
  2. expression
  3. statement
  4. structure
  5. program / module

简单语句

  • ExpressionStatement
  • EmptyStatement
  • DebuggerStatement
  • ThrowStatement
  • ContinueStatement
  • BreakStatement
  • ReturnStatement

复合语句

  • BlockStatement
  • IfStatement
  • SwitchStatement
  • IterationStatement
  • WithStatement
  • LabelledStatement
  • TryStatement

Completion Record

  • [[type]]: normal, break, continue, return, or throw (什么语句完成)
  • [[value]]: Types (完成的类型)
  • [[target]]: label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant