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