1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Libraries/LibJS
Andreas Kling fbb16073d1 LibJS: Make JS::Cell non-copyable and non-movable
Also make the JS::Cell default constructor protected to provove a
compilation error if you tried to allocate a plain cell.
2020-04-02 15:24:50 +02:00
..
Heap LibJS: Disable HEAP_DEBUG logging on non-SerenityOS platforms 2020-03-25 09:49:14 +01:00
Runtime LibJS: Make JS::Cell non-copyable and non-movable 2020-04-02 15:24:50 +02:00
Tests LibJS: Evaluate CallExpression arguments before pushing a CallFrame 2020-04-02 08:50:28 +02:00
AST.cpp LibJS: Evaluate CallExpression arguments before pushing a CallFrame 2020-04-02 08:50:28 +02:00
AST.h LibJS: Reorganize computing of |this| for CallExpressions 2020-04-01 18:57:00 +02:00
Forward.h LibJS: Add GlobalObject to the forwarding header 2020-04-01 21:05:35 +02:00
Interpreter.cpp LibJS: Fix bad cast in Interpreter::run() 2020-04-02 09:56:13 +02:00
Interpreter.h LibJS: Add argument(i) and argument_count() to Interpreter 2020-04-01 22:38:59 +02:00
Lexer.cpp LibJS: Add support for arrow functions 2020-03-30 15:41:36 +02:00
Lexer.h LibJS: Lex single quote strings, escaped chars and unterminated strings 2020-03-14 12:13:53 +01:00
Makefile LibJS: Implement Error function/constructor 2020-04-01 20:47:37 +02:00
Parser.cpp LibJS: Add support for arrow functions 2020-03-30 15:41:36 +02:00
Parser.h LibJS: Add support for arrow functions 2020-03-30 15:41:36 +02:00
Token.cpp LibJS: Use some macro magic to avoid duplicating all the token types 2020-03-30 13:11:07 +02:00
Token.h LibJS: Add support for arrow functions 2020-03-30 15:41:36 +02:00