Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
..
Array.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
Array.h 2d7b495244 LibJS: Make Array constructor take its prototype hace 5 años
ArrayConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
ArrayConstructor.h d155491122 LibJS: Add basic Array constructor hace 5 años
ArrayPrototype.cpp f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
ArrayPrototype.h 856ab9c600 LibJS: Add Array.prototype.slice hace 5 años
BooleanConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
BooleanConstructor.h 40ac94995d LibJS: Reformat BooleanConstructor.{cpp,h} hace 5 años
BooleanObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
BooleanObject.h 2a15323029 LibJS: Pass prototype to BooleanObject constructor hace 5 años
BooleanPrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
BooleanPrototype.h 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too hace 5 años
Cell.cpp 1b391d78ae LibJS: Allow cells to mark null pointers hace 5 años
Cell.h 1b391d78ae LibJS: Allow cells to mark null pointers hace 5 años
ConsoleObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
ConsoleObject.h dd7796515f LibJS: Add console.{debug,info,warn,error}() hace 5 años
Date.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
Date.h 0df4d2823a LibJS: Pass prototype to Date constructor hace 5 años
DateConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
DateConstructor.h 849e2c77e4 LibJS: Implement constructor/non-constructor function calls hace 5 años
DatePrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
DatePrototype.h 3fcea71538 LibJS: Implement Date.prototype.to{Date,Time}String() hace 5 años
Error.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
Error.h 205ac0090d LibJS: Pass prototype to Error constructors hace 5 años
ErrorConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
ErrorConstructor.h cb0dfd8f72 LibJS: Use enumerator macros for boilerplate code around native types hace 5 años
ErrorPrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
ErrorPrototype.h 2a65db7c12 LibJS: Implement Error.prototype.name setter (#1776) hace 5 años
Exception.cpp faddf3a1db LibJS: Implement "throw" hace 5 años
Exception.h faddf3a1db LibJS: Implement "throw" hace 5 años
Function.cpp bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor hace 5 años
Function.h f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
FunctionConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
FunctionConstructor.h 2944039d6b LibJS: Add Function() and Function.prototype hace 5 años
FunctionPrototype.cpp f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
FunctionPrototype.h f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
GlobalObject.cpp 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject hace 5 años
GlobalObject.h 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject hace 5 años
LexicalEnvironment.cpp 1b391d78ae LibJS: Allow cells to mark null pointers hace 5 años
LexicalEnvironment.h ed80952cb6 LibJS: Introduce LexicalEnvironment hace 5 años
MarkedValueList.cpp f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
MarkedValueList.h f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
MathObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
MathObject.h f5dacfbb5b LibJS: Add Math.{cos,sin,tan}() hace 5 años
NativeFunction.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
NativeFunction.h f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
NativeProperty.cpp bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor hace 5 años
NativeProperty.h 30440134cb LibJS+LibWeb: Move native properties to separate getters/setters hace 5 años
NumberConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
NumberConstructor.h 5ecc7e6a1c LibJS: Add Number.isSafeInteger() hace 5 años
NumberObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
NumberObject.h cf702a13b9 LibJS: Pass prototype to NumberObject constructor hace 5 años
NumberPrototype.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
NumberPrototype.h 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too hace 5 años
Object.cpp 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject hace 5 años
Object.h bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor hace 5 años
ObjectConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
ObjectConstructor.h e6d920d87d LibJS: Add Object.defineProperty() and start caring about attributes hace 5 años
ObjectPrototype.cpp bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor hace 5 años
ObjectPrototype.h f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
PrimitiveString.cpp faac43597a LibJS: Add js_string(Interpreter&, String) hace 5 años
PrimitiveString.h faac43597a LibJS: Add js_string(Interpreter&, String) hace 5 años
PropertyName.h bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value hace 5 años
ScriptFunction.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
ScriptFunction.h f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
Shape.cpp 1b391d78ae LibJS: Allow cells to mark null pointers hace 5 años
Shape.h 0fea525373 LibJS: Key shape transitions on both property name and attributes hace 5 años
StringConstructor.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
StringConstructor.h 6f3ea75569 LibJS: Add String constructor :^) hace 5 años
StringObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
StringObject.h 298c606200 LibJS: Pass prototype to StringObject constructor hace 5 años
StringPrototype.cpp 71d6459b7f LibJS: Use AK::String::index_of() for StringPrototype::index_of() hace 5 años
StringPrototype.h b0b204822f LibJS: Add String.prototype.substring hace 5 años
Value.cpp 2a15323029 LibJS: Pass prototype to BooleanObject constructor hace 5 años
Value.h e72a537033 LibJS: Make Value::m_type default to Type::Empty hace 5 años