Parser
AST
Ignition (Interpreter)
TurboFan (Compiler)
Ignition generates bytecode which is an abstraction of machine code.
TurboFan takes bytecode and generates optimized machine code.