Linus Groh
|
ae9e031f56
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
f9705eb2f4
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
3 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
3 years ago |
Andreas Kling
|
50d951aea2
LibJS: Let Shape store a Realm instead of a GlobalObject
|
3 years ago |
Ali Mohammad Pur
|
4387ad9fc6
js: Don't pass error strings as the format argument to outln()
|
3 years ago |
Timothy Flynn
|
33698b9615
LibJS+js: Parse new constructor options from Intl.NumberFormat V3
|
3 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Linus Groh
|
79fb149b36
js: Add missing built-in functions to help() output
|
3 years ago |
Linus Groh
|
3c845b0ea4
js: Remove load() built-in function
|
3 years ago |
Linus Groh
|
028a6b90b1
LibJS: Revert partial resizable ArrayBuffer implementation
|
3 years ago |
Linus Groh
|
8b9f5b0286
js: Implement pretty-printing of WeakRef objects
|
3 years ago |
Linus Groh
|
dee8e53773
js: Implement pretty-printing of WeakSet objects
|
3 years ago |
Linus Groh
|
28e184e5cc
js: Implement pretty-printing of WeakMap objects
|
3 years ago |
Linus Groh
|
18f27c2e64
js: Fix pretty-printing of primitive wrapper objects
|
3 years ago |
Linus Groh
|
c6cd784d4e
js: Prefix global variables with 'g_'
|
3 years ago |
Linus Groh
|
c87e01dcfd
js: Fix a couple of const correctness issues
|
3 years ago |
Linus Groh
|
098310f425
js: Move static_cast responsibility out of the pretty-print functions
|
3 years ago |
Idan Horowitz
|
b910183351
js: Implement pretty-printing of Intl.DurationFormat
|
3 years ago |
Linus Groh
|
857c3501df
js: Add a loadINI() function for loading INI files :^)
|
3 years ago |
Idan Horowitz
|
610afb21ac
js: Create throw completions instead of raw error values on SyntaxError
|
3 years ago |
Luke Wilde
|
05748ed607
LibJS: Convert Console to use MarkedVector<Value>
|
3 years ago |
Linus Groh
|
88f637a505
js: Print different type for each kind of ECMAScript function object
|
3 years ago |
Linus Groh
|
2ad9641315
js: Implement pretty-printing of generator objects
|
3 years ago |
Ali Mohammad Pur
|
431776ebb7
js: Print the accumulator instead of the returned value in BC mode
|
3 years ago |
Timothy Flynn
|
b36c3a68d8
js: Convert non-UTF-8 encoded files to UTF-8 before parsing
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Maciej
|
efd9c70d94
js: Don't try to run empty scripts
|
3 years ago |