Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 gadi atpakaļ |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 gadi atpakaļ |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
2 gadi atpakaļ |
Idan Horowitz
|
97fe37bcc2
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
|
3 gadi atpakaļ |
Luke Wilde
|
77ba3d3e3f
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
|
3 gadi atpakaļ |
Linus Groh
|
0c65624a32
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
|
3 gadi atpakaļ |
Linus Groh
|
f3768705a9
LibJS: Use consistent phrasing for string length
|
3 gadi atpakaļ |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 gadi atpakaļ |
Linus Groh
|
00b8ce4a6d
LibJS: Pass this value to fallback func in Array.prototype.toString()
|
3 gadi atpakaļ |
Linus Groh
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 gadi atpakaļ |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 gadi atpakaļ |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 gadi atpakaļ |
Idan Horowitz
|
08d1ae58b1
LibJS: Initialize {Async,}{Generator,}Function constructors properly
|
3 gadi atpakaļ |
Idan Horowitz
|
6c26a02aa8
LibJS: Start implementing Intl Segment Iterator objects
|
3 gadi atpakaļ |
Idan Horowitz
|
bbacea255f
LibJS: Start implementing Intl Segments objects
|
3 gadi atpakaļ |
Idan Horowitz
|
a3bc06bb23
LibJS: Start implementing Intl.Segmenter
|
3 gadi atpakaļ |
davidot
|
202de6ed25
LibJS: Expose JSON.parse as an intrinsic value of the global object
|
3 gadi atpakaļ |
Idan Horowitz
|
fe687412a6
LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObject
|
3 gadi atpakaļ |
Timothy Flynn
|
4a3e142d55
LibJS: Implement a nearly empty Intl.Collator object
|
3 gadi atpakaļ |
Timothy Flynn
|
0087804d10
LibJS: Implement a nearly empty Intl.PluralRules object
|
3 gadi atpakaļ |
Timothy Flynn
|
79fdec85de
LibJS: Implement a nearly empty Intl.RelativeTimeFormat object
|
3 gadi atpakaļ |
Linus Groh
|
b2c6206adb
LibJS: Add missing definition of AsyncFunction.prototype.constructor
|
3 gadi atpakaļ |
Idan Horowitz
|
27ca7bbbd7
LibJS: Make parseFloat slightly more specification-compliant
|
3 gadi atpakaļ |
Idan Horowitz
|
de2f5bb5a7
LibJS: Rewrite parseInt to be more specification-compliant
|
3 gadi atpakaļ |
Idan Horowitz
|
2297d0b4bf
LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogates
|
3 gadi atpakaļ |
Idan Horowitz
|
be9cbd428e
LibJS: Check validity of encoded unicode code points in the Decode AO
|
3 gadi atpakaļ |
Linus Groh
|
30af8121ce
LibJS: Fix value of Generator.prototype.constructor
|
3 gadi atpakaļ |
Linus Groh
|
4ed49e05a9
LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype
|
3 gadi atpakaļ |
Nico Weber
|
23cde7685c
LibJS: Correcly handle surrogates in escape()
|
3 gadi atpakaļ |
Nick Johnson
|
08e4a1a4dc
AK+Everywhere: Replace __builtin bit functions
|
3 gadi atpakaļ |