1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Libraries/LibJS
Andreas Kling 13865c7c3d LibJS: Remove unreachable code in Interpreter::enter_scope()
Functions are handled and short-circuited at the head of enter_scope().
2020-04-16 10:25:00 +02:00
..
Heap LibJS: Throw real TypeError, ReferenceError, etc objects 2020-04-10 13:09:35 +02:00
Runtime LibJS: Oops, fix StringPrototype build 2020-04-16 10:24:32 +02:00
Tests LibJS: Remove outdated FIXME now that we have lexical environments 2020-04-16 09:41:07 +02:00
AST.cpp LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
AST.h LibJS: Support empty values in array expression 2020-04-15 21:23:06 +02:00
Forward.h LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
Interpreter.cpp LibJS: Remove unreachable code in Interpreter::enter_scope() 2020-04-16 10:25:00 +02:00
Interpreter.h LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
Lexer.cpp LibJS: Handle HTML-style comments 2020-04-14 12:54:09 +02:00
Lexer.h LibJS: Handle HTML-style comments 2020-04-14 12:54:09 +02:00
Makefile LibJS: Introduce LexicalEnvironment 2020-04-15 22:07:20 +02:00
Parser.cpp LibJS: Support empty values in array expression 2020-04-15 21:23:06 +02:00
Parser.h LibJS: Hoist variable declarations to the nearest relevant scope 2020-04-13 17:22:23 +02:00
Token.cpp LibJS: Add numeric literal parsing for different bases and exponents 2020-04-05 16:01:22 +02:00
Token.h LibJS: Parse "this" as ThisExpression 2020-04-13 00:45:25 +02:00