Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
пре 1 година |
Daniel Bertalan
|
0cd85ab0fc
AK+LibJS: Make `Number.MIN_VALUE` a denormal
|
пре 2 година |
Linus Groh
|
63624a3a67
LibJS: Add spec comments to NumberConstructor
|
пре 2 година |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
пре 2 година |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
пре 2 година |
Timothy Flynn
|
1c1b902a6a
LibJS+LibWeb: Move headers around to allow including Value from Cell
|
пре 2 година |
Linus Groh
|
6ae79a84df
LibJS: Convert Object::construct() to NonnullGCPtr
|
пре 2 година |
Linus Groh
|
1c24b82dd7
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
|
пре 2 година |
Nico Weber
|
2af028132a
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
пре 2 година |
Timothy Flynn
|
85e313077a
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
|
пре 2 година |
Linus Groh
|
e3804e6426
LibJS: Move construction of GlobalObject native functions to Intrinsics
|
пре 2 година |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
пре 2 година |
davidot
|
48ac6ba372
LibJS: Use the proper to_double method in NumberConstructor
|
пре 2 година |
Linus Groh
|
e3895e6c80
LibJS: Pass Realm to define_native_{accessor,function}()
|
пре 2 година |
Linus Groh
|
56b2ae5ac0
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
|
пре 2 година |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
пре 2 година |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
пре 2 година |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
пре 2 година |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
пре 2 година |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
пре 3 година |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
пре 3 година |
Idan Horowitz
|
2c6955462e
LibJS: Convert NumberConstructor functions to ThrowCompletionOr
|
пре 3 година |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
пре 3 година |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
пре 3 година |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
пре 3 година |
Idan Horowitz
|
b8f101888b
LibJS: Convert to_numeric() to ThrowCompletionOr
|
пре 3 година |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
пре 3 година |
Idan Horowitz
|
5a4c90fcb1
LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr
|
пре 3 година |
Daniel Bertalan
|
0a05f04d1b
LibJS: Fix UB in `Number.IsSafeInteger`
|
пре 3 година |
Hendiadyoin1
|
ed46d52252
Everywhere: Use AK/Math.h if applicable
|
пре 4 година |