Decompiler: V8 Bytecode

To understand how a decompiler works, you must first understand what it is deconstructing. V8 utilizes the interpreter to generate bytecode from an Abstract Syntax Tree (AST).