Stephan Unverwerth 9477efe970 LibJS: Handle HTML-style comments 5 years ago
..
Heap e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects 5 years ago
Runtime 2a65db7c12 LibJS: Implement Error.prototype.name setter (#1776) 5 years ago
Tests 9477efe970 LibJS: Handle HTML-style comments 5 years ago
AST.cpp 062d6af16e LibJS: Remove Interpreter::declare_variable() 5 years ago
AST.h ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope 5 years ago
Forward.h cb0dfd8f72 LibJS: Use enumerator macros for boilerplate code around native types 5 years ago
Interpreter.cpp 8249280500 LibJS: Use HashMap::ensure_capacity() in enter_scope() 5 years ago
Interpreter.h 062d6af16e LibJS: Remove Interpreter::declare_variable() 5 years ago
Lexer.cpp 9477efe970 LibJS: Handle HTML-style comments 5 years ago
Lexer.h 9477efe970 LibJS: Handle HTML-style comments 5 years ago
Makefile 6f3ea75569 LibJS: Add String constructor :^) 5 years ago
Parser.cpp ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope 5 years ago
Parser.h ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope 5 years ago
Token.cpp 500f6d9e3a LibJS: Add numeric literal parsing for different bases and exponents 5 years ago
Token.h f8f65053bd LibJS: Parse "this" as ThisExpression 5 years ago