Luke Wilde
|
05748ed607
LibJS: Convert Console to use MarkedVector<Value>
|
3 tahun lalu |
Linus Groh
|
88f637a505
js: Print different type for each kind of ECMAScript function object
|
3 tahun lalu |
Linus Groh
|
2ad9641315
js: Implement pretty-printing of generator objects
|
3 tahun lalu |
Ali Mohammad Pur
|
431776ebb7
js: Print the accumulator instead of the returned value in BC mode
|
3 tahun lalu |
Timothy Flynn
|
b36c3a68d8
js: Convert non-UTF-8 encoded files to UTF-8 before parsing
|
3 tahun lalu |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
Maciej
|
efd9c70d94
js: Don't try to run empty scripts
|
3 tahun lalu |
Andreas Kling
|
ff60e8ffc6
LibJS: Use Vector instead of HashMap in DeclarativeEnvironment
|
3 tahun lalu |
Ali Mohammad Pur
|
118590325a
LibLine+Userland: Make suggestion offsets per-suggestion
|
3 tahun lalu |
Ali Mohammad Pur
|
b05af48d80
js: Use token offset for highlighting instead of column offset
|
3 tahun lalu |
ForLoveOfCats
|
a4f9630470
js: Print `ArrayBuffer.maxByteLength` when present
|
3 tahun lalu |
Ali Mohammad Pur
|
3b04693d7e
js: Add a print() function to the environment
|
3 tahun lalu |
Ali Mohammad Pur
|
75aa900b83
LibJS: Make ASTNode::generate_bytecode() fallible
|
3 tahun lalu |
Timothy Flynn
|
19d4f52a9e
js: Add a command line argument to evaluate a string as a script
|
3 tahun lalu |
Ali Mohammad Pur
|
3bfcd7b52d
LibJS: Implement Sets using Maps
|
3 tahun lalu |
Ali Mohammad Pur
|
4a73ec07c5
LibJS: Make Map iterators independent of the underlying hashmap
|
3 tahun lalu |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 tahun lalu |
davidot
|
8da6c01d8f
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
|
3 tahun lalu |
Andreas Kling
|
7a742b17da
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
|
3 tahun lalu |
Idan Horowitz
|
9802b16298
js: Implement pretty-printing of Intl Segments objects
|
3 tahun lalu |
Idan Horowitz
|
7cf3f11815
js: Implement pretty-printing of Intl.Segmenter
|
3 tahun lalu |
Timothy Flynn
|
5a1eefcc1d
js: Implement pretty-printing of Intl.Collator
|
3 tahun lalu |
Ali Mohammad Pur
|
1c121d7488
js: Use generic reference instead of Variant<A,B>
|
3 tahun lalu |
Timothy Flynn
|
624fad3821
js: Implement pretty-printing of Intl.PluralRules
|
3 tahun lalu |
Timothy Flynn
|
8599ee3049
Revert "Userland: Invoke tzset in apps that care about time zones"
|
3 tahun lalu |
Timothy Flynn
|
47e9e7c2d0
js: Implement pretty-printing of Intl.RelativeTimeFormat
|
3 tahun lalu |
Timothy Flynn
|
ede5c9548e
Userland: Invoke tzset in applications that care about time zones
|
3 tahun lalu |
davidot
|
0e56dac51e
js: Display a warning if multiple files are given
|
3 tahun lalu |
davidot
|
7cbf4b90e8
LibJS: Implement ImportCall and HostImportModuleDynamically
|
3 tahun lalu |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
3 tahun lalu |