Nico Weber c8cf465174 LibJS: Implement Date.valueOf() vor 5 Jahren
..
Accessor.h bbe2d4a2d9 LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions vor 5 Jahren
Array.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
Array.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
ArrayConstructor.cpp 8ebef785eb LibJS: Implement basic functionality of Array.from() vor 5 Jahren
ArrayConstructor.h 8ebef785eb LibJS: Implement basic functionality of Array.from() vor 5 Jahren
ArrayIterator.cpp c831fb17bf LibJS: Add StringIterator vor 5 Jahren
ArrayIterator.h 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator vor 5 Jahren
ArrayIteratorPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ArrayIteratorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ArrayPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ArrayPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BigInt.cpp 3ee6ed965f LibJS: Use allocate_without_global_object for primitive cell types vor 5 Jahren
BigInt.h 0ff9d7e189 LibJS: Add BigInt vor 5 Jahren
BigIntConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BigIntConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BigIntObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
BigIntObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
BigIntPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BigIntPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BooleanConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BooleanConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BooleanObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
BooleanObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
BooleanPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BooleanPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BoundFunction.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
BoundFunction.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
Cell.cpp 95abcc3722 LibJS: Implement correct object property ordering vor 5 Jahren
Cell.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ConsoleObject.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ConsoleObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
Date.cpp a6b68451dc LibJS: Implement Date.prototype.toISOString() vor 5 Jahren
Date.h a6b68451dc LibJS: Implement Date.prototype.toISOString() vor 5 Jahren
DateConstructor.cpp 1eac1b360b LibJS: Implement Date.UTC() vor 5 Jahren
DateConstructor.h 1eac1b360b LibJS: Implement Date.UTC() vor 5 Jahren
DatePrototype.cpp c8cf465174 LibJS: Implement Date.valueOf() vor 5 Jahren
DatePrototype.h a6b68451dc LibJS: Implement Date.prototype.toISOString() vor 5 Jahren
Error.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
Error.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
ErrorConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ErrorConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ErrorPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ErrorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ErrorTypes.cpp 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h vor 5 Jahren
ErrorTypes.h b9ce56aee6 LibWeb: Make btoa() and atob() correctly handle values between 128 and 255 vor 5 Jahren
Exception.cpp 4f6912c605 LibJS: Store basic traceback in Exception vor 5 Jahren
Exception.h 4f6912c605 LibJS: Store basic traceback in Exception vor 5 Jahren
Function.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
Function.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
FunctionConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
FunctionConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
FunctionPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
FunctionPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
GlobalObject.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
GlobalObject.h 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator vor 5 Jahren
IndexedProperties.cpp 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones vor 5 Jahren
IndexedProperties.h 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones vor 5 Jahren
IteratorOperations.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
IteratorOperations.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
IteratorPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
IteratorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
JSONObject.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
JSONObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
LexicalEnvironment.cpp 7533fd8b02 LibJS: Initial class implementation; allow super expressions in object vor 5 Jahren
LexicalEnvironment.h 7533fd8b02 LibJS: Initial class implementation; allow super expressions in object vor 5 Jahren
MarkedValueList.cpp 8bd9f7e50e LibJS: run clang-format on all the files vor 5 Jahren
MarkedValueList.h f7a1696087 LibJS: Add MarkedValueList and use it for argument passing vor 5 Jahren
MathObject.cpp 192b2383ac LibJS: The Math.ceil() of a number between -1 and 0 should be -0, vor 5 Jahren
MathObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
NativeFunction.cpp bda39ef7ab LibJS: Explicitly pass a "Function& new_target" to Function::construct vor 5 Jahren
NativeFunction.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
NativeProperty.cpp 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object vor 5 Jahren
NativeProperty.h 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object vor 5 Jahren
NumberConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
NumberConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
NumberObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
NumberObject.h 02305d01ea LibJS: Add Number.prototype.toString vor 5 Jahren
NumberPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
NumberPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
Object.cpp bbe2d4a2d9 LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions vor 5 Jahren
Object.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ObjectConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ObjectConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ObjectPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ObjectPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
PrimitiveString.cpp 3ee6ed965f LibJS: Use allocate_without_global_object for primitive cell types vor 5 Jahren
PrimitiveString.h faac43597a LibJS: Add js_string(Interpreter&, String) vor 5 Jahren
PropertyAttributes.cpp 39ad42defd LibJS: Add Proxy objects vor 5 Jahren
PropertyAttributes.h 39ad42defd LibJS: Add Proxy objects vor 5 Jahren
PropertyName.h 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
ProxyConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ProxyConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ProxyObject.cpp 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
ProxyObject.h 5ecd504f4e LibJS: Implement spec-compliant Object.prototype.toString vor 5 Jahren
ProxyPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
ProxyPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
Reference.cpp 32c121a8f7 LibJS: Pass GlobalObject& to Reference get/put vor 5 Jahren
Reference.h 32c121a8f7 LibJS: Pass GlobalObject& to Reference get/put vor 5 Jahren
ReflectObject.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ReflectObject.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
RegExpConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
RegExpConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
RegExpObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
RegExpObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
RegExpPrototype.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
RegExpPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
ScriptFunction.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
ScriptFunction.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
Shape.cpp 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
Shape.h 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
StringConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
StringConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
StringIterator.cpp c831fb17bf LibJS: Add StringIterator vor 5 Jahren
StringIterator.h c831fb17bf LibJS: Add StringIterator vor 5 Jahren
StringIteratorPrototype.cpp ce95628b7f Unicode: Try s/codepoint/code_point/g again vor 5 Jahren
StringIteratorPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
StringObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
StringObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
StringOrSymbol.h 6444f49d22 LibJS: Make StringOrSymbol not leak strings vor 5 Jahren
StringPrototype.cpp ce95628b7f Unicode: Try s/codepoint/code_point/g again vor 5 Jahren
StringPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
Symbol.cpp 3ee6ed965f LibJS: Use allocate_without_global_object for primitive cell types vor 5 Jahren
Symbol.h 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
SymbolConstructor.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
SymbolConstructor.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
SymbolObject.cpp d9db6bec42 LibJS: Move global symbol map from SymbolObject to Interpreter vor 5 Jahren
SymbolObject.h d9db6bec42 LibJS: Move global symbol map from SymbolObject to Interpreter vor 5 Jahren
SymbolPrototype.cpp aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
SymbolPrototype.h aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
Uint8ClampedArray.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
Uint8ClampedArray.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
Value.cpp ce95628b7f Unicode: Try s/codepoint/code_point/g again vor 5 Jahren
Value.h dd49ec17a2 LibJS: Implement spec-complient instance_of operation vor 5 Jahren