Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 år sedan |
Andreas Kling
|
2fe4285693
LibJS: Object::initialize() overrides must always call base class
|
5 år sedan |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 år sedan |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 år sedan |
Matthew Olsson
|
39576b2238
LibJS: Add JSON.stringify
|
5 år sedan |
Matthew Olsson
|
78155a6668
LibJS: Consolidate error messages into ErrorTypes.h
|
5 år sedan |
Andreas Kling
|
053863f35e
LibJS: Interpreter::this_value() => this_value(GlobalObject&)
|
5 år sedan |
Matthew Olsson
|
dd08c992e8
LibJS: Simplify and normalize publicly-exposed Object functions
|
5 år sedan |
Emanuele Torre
|
8bd9f7e50e
LibJS: run clang-format on all the files
|
5 år sedan |
mattco98
|
23ec578a01
LibJS: Implement correct attributes for (almost) all properties
|
5 år sedan |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 år sedan |
Andreas Kling
|
2a15323029
LibJS: Pass prototype to BooleanObject constructor
|
5 år sedan |
Andreas Kling
|
070a8f2689
LibJS: Boolean, Number and String prototypes should have values too
|
5 år sedan |
Andreas Kling
|
e5da1cc566
LibJS: Throw real TypeError, ReferenceError, etc objects
|
5 år sedan |
Andreas Kling
|
cbecb23e1d
LibJS: Fix BooleanPrototype build
|
5 år sedan |
Jack Karamanian
|
edae926cb0
LibJS: Add Boolean constructor object
|
5 år sedan |