Jack Karamanian b0932b0aec LibJS: Allow null or undefined as a bound |this| value in strict mode hace 5 años
..
Accessor.h 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
Array.cpp 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
Array.h 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
ArrayConstructor.cpp 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
ArrayConstructor.h e333b60064 LibJS: Add Array.of() hace 5 años
ArrayPrototype.cpp 1dd44210b7 LibJS: Add Array.prototype.toLocaleString() hace 5 años
ArrayPrototype.h 1dd44210b7 LibJS: Add Array.prototype.toLocaleString() hace 5 años
BooleanConstructor.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 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 dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
BooleanPrototype.h 070a8f2689 LibJS: Boolean, Number and String prototypes should have values too hace 5 años
BoundFunction.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
BoundFunction.h 1fa0c7304d LibJS: Implement Function.prototype.bind() hace 5 años
Cell.cpp 95abcc3722 LibJS: Implement correct object property ordering hace 5 años
Cell.h 95abcc3722 LibJS: Implement correct object property ordering hace 5 años
ConsoleObject.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
ConsoleObject.h be1a5bf3f7 LibJS: Add ConsoleMessage concept hace 5 años
Date.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
Date.h 937d0be762 Meta: Add a script check the presence of "#pragma once" in header files hace 5 años
DateConstructor.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
DateConstructor.h 849e2c77e4 LibJS: Implement constructor/non-constructor function calls hace 5 años
DatePrototype.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
DatePrototype.h 3fcea71538 LibJS: Implement Date.prototype.to{Date,Time}String() hace 5 años
Error.cpp 8bd9f7e50e LibJS: run clang-format on all the files hace 5 años
Error.h 205ac0090d LibJS: Pass prototype to Error constructors hace 5 años
ErrorConstructor.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
ErrorConstructor.h cb0dfd8f72 LibJS: Use enumerator macros for boilerplate code around native types hace 5 años
ErrorPrototype.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
ErrorPrototype.h 2a65db7c12 LibJS: Implement Error.prototype.name setter (#1776) hace 5 años
Exception.cpp 4f6912c605 LibJS: Store basic traceback in Exception hace 5 años
Exception.h 4f6912c605 LibJS: Store basic traceback in Exception hace 5 años
Function.cpp b0932b0aec LibJS: Allow null or undefined as a bound |this| value in strict mode hace 5 años
Function.h 53a94b8bbd LibJS: Fix casting a value to ScriptFunction without checking it's one hace 5 años
FunctionConstructor.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
FunctionConstructor.h 2944039d6b LibJS: Add Function() and Function.prototype hace 5 años
FunctionPrototype.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
FunctionPrototype.h f6d57c82f6 LibJS: Pass prototype to Function constructors hace 5 años
GlobalObject.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
GlobalObject.h dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
IndexedProperties.cpp 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
IndexedProperties.h 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices 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 8bd9f7e50e LibJS: run clang-format on all the files hace 5 años
MarkedValueList.h f7a1696087 LibJS: Add MarkedValueList and use it for argument passing hace 5 años
MathObject.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
MathObject.h b3090678a9 LibJS: Add Math.clz32() 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 dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
NumberConstructor.h 14c7988eea LibJS: Implement Number.isInteger() 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 b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects hace 5 años
Object.h b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects hace 5 años
ObjectConstructor.cpp b958e4f573 LibJS: Disallow changing the prototype of non-extensible objects hace 5 años
ObjectConstructor.h d5ae73a63b LibJS: Add Object.{isExtensible,preventExtensions}() hace 5 años
ObjectPrototype.cpp 70d2add22f LibJS: Add Object.prototype.toLocaleString() hace 5 años
ObjectPrototype.h 70d2add22f LibJS: Add Object.prototype.toLocaleString() 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 dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
Reference.cpp 8ff4587f65 LibJS: Throw in strict mode when assigning property to primitive value hace 5 años
Reference.h 24cce3674b LibJS: Support o.f++ :^) hace 5 años
ReflectObject.cpp b32761f2e0 LibJS: Consider non-extensible objects in Reflect.setPrototypeOf() hace 5 años
ReflectObject.h 79b829637e LibJS: Implement most of the Reflect object hace 5 años
ScriptFunction.cpp 3ffb0a4e87 LibJS: Throw a TypeError when an arrow function is used as a constructor hace 5 años
ScriptFunction.h 53a94b8bbd LibJS: Fix casting a value to ScriptFunction without checking it's one hace 5 años
Shape.cpp 95abcc3722 LibJS: Implement correct object property ordering hace 5 años
Shape.h 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices hace 5 años
StringConstructor.cpp e33820b557 LibJS: Add String.fromCharCode() hace 5 años
StringConstructor.h e33820b557 LibJS: Add String.fromCharCode() hace 5 años
StringObject.cpp fca08bd000 LibJS: Move builtin prototypes to the global object hace 5 años
StringObject.h 75f246dde8 LibJS: Make StringObject::primitive_string() return a reference hace 5 años
StringPrototype.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
StringPrototype.h 6dbb5df81f LibJS: Add String.prototype.lastIndexOf hace 5 años
Symbol.cpp 4ced126704 LibJS: Add symbol objects hace 5 años
Symbol.h 4ced126704 LibJS: Add symbol objects hace 5 años
SymbolConstructor.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
SymbolConstructor.h 4ced126704 LibJS: Add symbol objects hace 5 años
SymbolObject.cpp 4ced126704 LibJS: Add symbol objects hace 5 años
SymbolObject.h 4ced126704 LibJS: Add symbol objects hace 5 años
SymbolPrototype.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
SymbolPrototype.h b8b7f84547 LibJS: Remove no-op SymbolPrototype::description_setter() hace 5 años
Uint8ClampedArray.cpp dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
Uint8ClampedArray.h dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions hace 5 años
Value.cpp eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) hace 5 años
Value.h eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) hace 5 años