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