1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:50:59 +00:00
serenity/Libraries/LibJS
Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers
This makes variable and property lookups a lot faster since comparing
two FlyStrings is O(1).
2020-03-22 13:03:43 +01:00
..
Heap LibJS: Include the cell size in HeapBlock mmap names 2020-03-21 13:12:16 +01:00
Runtime LibJS: Use FlyString for identifiers 2020-03-22 13:03:43 +01:00
AST.cpp LibJS: Use FlyString for identifiers 2020-03-22 13:03:43 +01:00
AST.h LibJS: Use FlyString for identifiers 2020-03-22 13:03:43 +01:00
Forward.h LibJS: Add Handle<T>, a strong C++ handle for keeping GC objects alive 2020-03-18 20:03:17 +01:00
Interpreter.cpp LibJS: Use FlyString for identifiers 2020-03-22 13:03:43 +01:00
Interpreter.h LibJS: Use FlyString for identifiers 2020-03-22 13:03:43 +01:00
Lexer.cpp LibJS: Parse object expressions 2020-03-21 10:08:58 +01:00
Lexer.h LibJS: Lex single quote strings, escaped chars and unterminated strings 2020-03-14 12:13:53 +01:00
Makefile LibJS: Add Math.random() :^) 2020-03-21 17:52:12 +01:00
Parser.cpp LibJS: Use FlyString for identifiers 2020-03-22 13:03:43 +01:00
Parser.h LibJS: Parse "if" statements 2020-03-21 18:40:17 +01:00
Token.cpp LibJS: Parse object expressions 2020-03-21 10:08:58 +01:00
Token.h LibJS: Parse object expressions 2020-03-21 10:08:58 +01:00