Andreas Kling 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 年之前
..
Accessor.h a9e4babdaf LibJS: Pass GlobalObject& when constructing an Accessor 5 年之前
Array.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
Array.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ArrayConstructor.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
ArrayConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ArrayPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ArrayPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BigInt.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
BigInt.h 0ff9d7e189 LibJS: Add BigInt 5 年之前
BigIntConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
BigIntConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BigIntObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
BigIntObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BigIntPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
BigIntPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BooleanConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
BooleanConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BooleanObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
BooleanObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BooleanPrototype.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
BooleanPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
BoundFunction.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
BoundFunction.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Cell.cpp 95abcc3722 LibJS: Implement correct object property ordering 5 年之前
Cell.h 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
ConsoleObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ConsoleObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Date.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
Date.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
DateConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
DateConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
DatePrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
DatePrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Error.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
Error.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ErrorConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
ErrorConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ErrorPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ErrorPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ErrorTypes.cpp 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h 5 年之前
ErrorTypes.h 9ce25bbf1d LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^) 5 年之前
Exception.cpp 4f6912c605 LibJS: Store basic traceback in Exception 5 年之前
Exception.h 4f6912c605 LibJS: Store basic traceback in Exception 5 年之前
Function.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
Function.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
FunctionConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
FunctionConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
FunctionPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
FunctionPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
GlobalObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
GlobalObject.h fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject& 5 年之前
IndexedProperties.cpp 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones 5 年之前
IndexedProperties.h 5ad5322f6a LibJS: Distinguish between omitted descriptor attributes and false ones 5 年之前
JSONObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
JSONObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 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 ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
MathObject.h 9e18005c64 LibJS: expose some more math functions 5 年之前
NativeFunction.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
NativeFunction.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
NativeProperty.cpp 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 年之前
NativeProperty.h 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 年之前
NumberConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
NumberConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
NumberObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
NumberObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
NumberPrototype.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
NumberPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Object.cpp 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 年之前
Object.h 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 年之前
ObjectConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
ObjectConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ObjectPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ObjectPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
PrimitiveString.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
PrimitiveString.h faac43597a LibJS: Add js_string(Interpreter&, String) 5 年之前
PropertyAttributes.cpp 39ad42defd LibJS: Add Proxy objects 5 年之前
PropertyAttributes.h 39ad42defd LibJS: Add Proxy objects 5 年之前
PropertyName.h dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 年之前
ProxyConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
ProxyConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ProxyObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ProxyObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ProxyPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ProxyPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Reference.cpp 32c121a8f7 LibJS: Pass GlobalObject& to Reference get/put 5 年之前
Reference.h 32c121a8f7 LibJS: Pass GlobalObject& to Reference get/put 5 年之前
ReflectObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
ReflectObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
RegExpConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
RegExpConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
RegExpObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
RegExpObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
RegExpPrototype.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
RegExpPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
ScriptFunction.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
ScriptFunction.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Shape.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
Shape.h ff8bb962b6 LibJS: Always keep a reference to the global object in Shape 5 年之前
StringConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
StringConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
StringObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
StringObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
StringPrototype.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
StringPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Symbol.cpp 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
Symbol.h 4ced126704 LibJS: Add symbol objects 5 年之前
SymbolConstructor.cpp 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 年之前
SymbolConstructor.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
SymbolObject.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
SymbolObject.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
SymbolPrototype.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
SymbolPrototype.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Uint8ClampedArray.cpp ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 年之前
Uint8ClampedArray.h af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
Value.cpp 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& 5 年之前
Value.h 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 年之前