Linus Groh 396ecfa2d7 LibJS: Implement bitwise unsigned right shift operator (>>>) %!s(int64=5) %!d(string=hai) anos
..
Array.cpp 418092a71a LibJS: Implement Array length setter %!s(int64=5) %!d(string=hai) anos
Array.h 418092a71a LibJS: Implement Array length setter %!s(int64=5) %!d(string=hai) anos
ArrayConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
ArrayConstructor.h d155491122 LibJS: Add basic Array constructor %!s(int64=5) %!d(string=hai) anos
ArrayPrototype.cpp 687096cadd LibJS: Add Array.prototype.includes %!s(int64=5) %!d(string=hai) anos
ArrayPrototype.h 687096cadd LibJS: Add Array.prototype.includes %!s(int64=5) %!d(string=hai) anos
BooleanConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
BooleanConstructor.h 40ac94995d LibJS: Reformat BooleanConstructor.{cpp,h} %!s(int64=5) %!d(string=hai) anos
BooleanObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
BooleanObject.h 2a15323029 LibJS: Pass prototype to BooleanObject constructor %!s(int64=5) %!d(string=hai) anos
BooleanPrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
BooleanPrototype.h 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too %!s(int64=5) %!d(string=hai) anos
BoundFunction.cpp 1fa0c7304d LibJS: Implement Function.prototype.bind() %!s(int64=5) %!d(string=hai) anos
BoundFunction.h 1fa0c7304d LibJS: Implement Function.prototype.bind() %!s(int64=5) %!d(string=hai) anos
Cell.cpp 1b391d78ae LibJS: Allow cells to mark null pointers %!s(int64=5) %!d(string=hai) anos
Cell.h 1b391d78ae LibJS: Allow cells to mark null pointers %!s(int64=5) %!d(string=hai) anos
ConsoleObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
ConsoleObject.h dd7796515f LibJS: Add console.{debug,info,warn,error}() %!s(int64=5) %!d(string=hai) anos
Date.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
Date.h 0df4d2823a LibJS: Pass prototype to Date constructor %!s(int64=5) %!d(string=hai) anos
DateConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
DateConstructor.h 849e2c77e4 LibJS: Implement constructor/non-constructor function calls %!s(int64=5) %!d(string=hai) anos
DatePrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
DatePrototype.h 3fcea71538 LibJS: Implement Date.prototype.to{Date,Time}String() %!s(int64=5) %!d(string=hai) anos
Error.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
Error.h 205ac0090d LibJS: Pass prototype to Error constructors %!s(int64=5) %!d(string=hai) anos
ErrorConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
ErrorConstructor.h cb0dfd8f72 LibJS: Use enumerator macros for boilerplate code around native types %!s(int64=5) %!d(string=hai) anos
ErrorPrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
ErrorPrototype.h 2a65db7c12 LibJS: Implement Error.prototype.name setter (#1776) %!s(int64=5) %!d(string=hai) anos
Exception.cpp faddf3a1db LibJS: Implement "throw" %!s(int64=5) %!d(string=hai) anos
Exception.h faddf3a1db LibJS: Implement "throw" %!s(int64=5) %!d(string=hai) anos
Function.cpp 1fa0c7304d LibJS: Implement Function.prototype.bind() %!s(int64=5) %!d(string=hai) anos
Function.h 1fa0c7304d LibJS: Implement Function.prototype.bind() %!s(int64=5) %!d(string=hai) anos
FunctionConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
FunctionConstructor.h 2944039d6b LibJS: Add Function() and Function.prototype %!s(int64=5) %!d(string=hai) anos
FunctionPrototype.cpp 1fa0c7304d LibJS: Implement Function.prototype.bind() %!s(int64=5) %!d(string=hai) anos
FunctionPrototype.h f6d57c82f6 LibJS: Pass prototype to Function constructors %!s(int64=5) %!d(string=hai) anos
GlobalObject.cpp 7540203ae8 LibJS: Add isFinite() %!s(int64=5) %!d(string=hai) anos
GlobalObject.h 7540203ae8 LibJS: Add isFinite() %!s(int64=5) %!d(string=hai) anos
LexicalEnvironment.cpp 1b391d78ae LibJS: Allow cells to mark null pointers %!s(int64=5) %!d(string=hai) anos
LexicalEnvironment.h ed80952cb6 LibJS: Introduce LexicalEnvironment %!s(int64=5) %!d(string=hai) anos
MarkedValueList.cpp f7a1696087 LibJS: Add MarkedValueList and use it for argument passing %!s(int64=5) %!d(string=hai) anos
MarkedValueList.h f7a1696087 LibJS: Add MarkedValueList and use it for argument passing %!s(int64=5) %!d(string=hai) anos
MathObject.cpp 97366f4dd4 LibJS: Add Math.pow() %!s(int64=5) %!d(string=hai) anos
MathObject.h 97366f4dd4 LibJS: Add Math.pow() %!s(int64=5) %!d(string=hai) anos
NativeFunction.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
NativeFunction.h f6d57c82f6 LibJS: Pass prototype to Function constructors %!s(int64=5) %!d(string=hai) anos
NativeProperty.cpp bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor %!s(int64=5) %!d(string=hai) anos
NativeProperty.h 30440134cb LibJS+LibWeb: Move native properties to separate getters/setters %!s(int64=5) %!d(string=hai) anos
NumberConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
NumberConstructor.h 5ecc7e6a1c LibJS: Add Number.isSafeInteger() %!s(int64=5) %!d(string=hai) anos
NumberObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
NumberObject.h cf702a13b9 LibJS: Pass prototype to NumberObject constructor %!s(int64=5) %!d(string=hai) anos
NumberPrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
NumberPrototype.h 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too %!s(int64=5) %!d(string=hai) anos
Object.cpp 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject %!s(int64=5) %!d(string=hai) anos
Object.h 627fd6374b LibJS: Add Uint8ClampedArray :^) %!s(int64=5) %!d(string=hai) anos
ObjectConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
ObjectConstructor.h e6d920d87d LibJS: Add Object.defineProperty() and start caring about attributes %!s(int64=5) %!d(string=hai) anos
ObjectPrototype.cpp bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor %!s(int64=5) %!d(string=hai) anos
ObjectPrototype.h f6d57c82f6 LibJS: Pass prototype to Function constructors %!s(int64=5) %!d(string=hai) anos
PrimitiveString.cpp faac43597a LibJS: Add js_string(Interpreter&, String) %!s(int64=5) %!d(string=hai) anos
PrimitiveString.h faac43597a LibJS: Add js_string(Interpreter&, String) %!s(int64=5) %!d(string=hai) anos
PropertyName.h bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value %!s(int64=5) %!d(string=hai) anos
ScriptFunction.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
ScriptFunction.h f6d57c82f6 LibJS: Pass prototype to Function constructors %!s(int64=5) %!d(string=hai) anos
Shape.cpp 1b391d78ae LibJS: Allow cells to mark null pointers %!s(int64=5) %!d(string=hai) anos
Shape.h 0fea525373 LibJS: Key shape transitions on both property name and attributes %!s(int64=5) %!d(string=hai) anos
StringConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
StringConstructor.h 6f3ea75569 LibJS: Add String constructor :^) %!s(int64=5) %!d(string=hai) anos
StringObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object %!s(int64=5) %!d(string=hai) anos
StringObject.h 298c606200 LibJS: Pass prototype to StringObject constructor %!s(int64=5) %!d(string=hai) anos
StringPrototype.cpp a893c6ff0d LibJS: Throw RangeError in String.prototype.repeat() if count is invalid %!s(int64=5) %!d(string=hai) anos
StringPrototype.h b0b204822f LibJS: Add String.prototype.substring %!s(int64=5) %!d(string=hai) anos
Uint8ClampedArray.cpp 627fd6374b LibJS: Add Uint8ClampedArray :^) %!s(int64=5) %!d(string=hai) anos
Uint8ClampedArray.h 627fd6374b LibJS: Add Uint8ClampedArray :^) %!s(int64=5) %!d(string=hai) anos
Value.cpp 396ecfa2d7 LibJS: Implement bitwise unsigned right shift operator (>>>) %!s(int64=5) %!d(string=hai) anos
Value.h 396ecfa2d7 LibJS: Implement bitwise unsigned right shift operator (>>>) %!s(int64=5) %!d(string=hai) anos