Linus Groh
|
f06c12173c
LibJS: Return early from parseFloat() if argument is a number
|
5 jaren geleden |
Linus Groh
|
476094922b
LibJS: Pass Interpreter& to Value::to_number() et al.
|
5 jaren geleden |
mattco98
|
4ced126704
LibJS: Add symbol objects
|
5 jaren geleden |
Linus Groh
|
6f6b089aa0
LibJS: Add parseFloat()
|
5 jaren geleden |
Andreas Kling
|
c00ff4ba62
LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb)
|
5 jaren geleden |
Linus Groh
|
99be27b4a1
LibJS: Add "name" property to functions
|
5 jaren geleden |
Linus Groh
|
79b829637e
LibJS: Implement most of the Reflect object
|
5 jaren geleden |
mattco98
|
23ec578a01
LibJS: Implement correct attributes for (almost) all properties
|
5 jaren geleden |
Linus Groh
|
7bd6b58b29
LibJS: Implement Number.isNaN()
|
5 jaren geleden |
Linus Groh
|
c350f5ae67
LibJS: Implement Number.isFinite()
|
5 jaren geleden |
Linus Groh
|
7540203ae8
LibJS: Add isFinite()
|
5 jaren geleden |
Linus Groh
|
8ff2881b1a
LibJS: Let isNaN() with no argument return true, add tests
|
5 jaren geleden |
Andreas Kling
|
3072f9fd82
LibJS: Move the empty object shape from Interpreter to GlobalObject
|
5 jaren geleden |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 jaren geleden |
Andreas Kling
|
30de1f610d
LibJS: Use enumerator macro to mark all constructors in GlobalObject
|
5 jaren geleden |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
5 jaren geleden |
Andreas Kling
|
6f3ea75569
LibJS: Add String constructor :^)
|
5 jaren geleden |
Andreas Kling
|
cb0dfd8f72
LibJS: Use enumerator macros for boilerplate code around native types
|
5 jaren geleden |
Andreas Kling
|
58ab76269c
LibJS: Add all the Error subclasses
|
5 jaren geleden |
Linus Groh
|
c06a6c67d5
LibJS: Add globalThis
|
5 jaren geleden |
Andreas Kling
|
f07f8d5a44
LibJS: Add "constructor" property to constructor prototypes
|
5 jaren geleden |
Linus Groh
|
f631f6a2e6
LibJS: Add Number()
|
5 jaren geleden |
Jack Karamanian
|
edae926cb0
LibJS: Add Boolean constructor object
|
5 jaren geleden |
Andreas Kling
|
e323246517
Meta: Add missing copyright headers
|
5 jaren geleden |
Andreas Kling
|
d155491122
LibJS: Add basic Array constructor
|
5 jaren geleden |
Linus Groh
|
2944039d6b
LibJS: Add Function() and Function.prototype
|
5 jaren geleden |
Linus Groh
|
cd3e2690eb
LibJS: Set length property in Object::put_native_function()
|
5 jaren geleden |
Linus Groh
|
2636cac6e4
LibJS: Remove UndefinedLiteral, add undefined to global object
|
5 jaren geleden |
Linus Groh
|
543c6e00db
LibJS: Implement Infinity
|
5 jaren geleden |
Andreas Kling
|
cd1d369cdd
LibJS: Add argument(i) and argument_count() to Interpreter
|
5 jaren geleden |