Skip to main content

2 docs tagged with "Compilation"

View All Tags

Compilation

Compilation is defined as: (process) to converts AST into Machine Code. Topics on: Compile Time. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flo

SyntaxError

SyntaxError is defined as: Exception due to incorrect JS Syntax, will throw at Parsing/Compilation phase of Source Code. Topics on: . Read more: JS, JS Language