1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00
serenity/Libraries/LibJS
Andreas Kling beda751d33 LibJS: Math.round() should call round() instead of roundf()
Neither LibM functions are very strong right now, but let's at least
call the right one.
2020-04-15 19:12:10 +02:00
..
Heap LibJS: Throw real TypeError, ReferenceError, etc objects 2020-04-10 13:09:35 +02:00
Runtime LibJS: Math.round() should call round() instead of roundf() 2020-04-15 19:12:10 +02:00
Tests LibJS: Check length property of Array.prototype.join in its test 2020-04-15 12:20:08 +02:00
AST.cpp LibJS: Pass the Interpreter& to binary/logical/unary helpers 2020-04-15 09:28:41 +02:00
AST.h LibJS: Hoist variable declarations to the nearest relevant scope 2020-04-13 17:22:23 +02:00
Forward.h LibJS: Use enumerator macros for boilerplate code around native types 2020-04-10 14:06:52 +02:00
Interpreter.cpp LibJS: Use HashMap::ensure_capacity() in enter_scope() 2020-04-13 17:27:25 +02:00
Interpreter.h LibJS: Remove Interpreter::declare_variable() 2020-04-13 17:22:24 +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: Add String constructor :^) 2020-04-10 14:14:02 +02:00
Parser.cpp LibJS: Hoist variable declarations to the nearest relevant scope 2020-04-13 17:22:23 +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