Ali Mohammad Pur
|
118590325a
LibLine+Userland: Make suggestion offsets per-suggestion
|
před 3 roky |
Ali Mohammad Pur
|
b05af48d80
js: Use token offset for highlighting instead of column offset
|
před 3 roky |
ForLoveOfCats
|
a4f9630470
js: Print `ArrayBuffer.maxByteLength` when present
|
před 3 roky |
Ali Mohammad Pur
|
3b04693d7e
js: Add a print() function to the environment
|
před 3 roky |
Ali Mohammad Pur
|
75aa900b83
LibJS: Make ASTNode::generate_bytecode() fallible
|
před 3 roky |
Timothy Flynn
|
19d4f52a9e
js: Add a command line argument to evaluate a string as a script
|
před 3 roky |
Ali Mohammad Pur
|
3bfcd7b52d
LibJS: Implement Sets using Maps
|
před 3 roky |
Ali Mohammad Pur
|
4a73ec07c5
LibJS: Make Map iterators independent of the underlying hashmap
|
před 3 roky |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
před 3 roky |
davidot
|
8da6c01d8f
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
|
před 3 roky |
Andreas Kling
|
7a742b17da
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
|
před 3 roky |
Idan Horowitz
|
9802b16298
js: Implement pretty-printing of Intl Segments objects
|
před 3 roky |
Idan Horowitz
|
7cf3f11815
js: Implement pretty-printing of Intl.Segmenter
|
před 3 roky |
Timothy Flynn
|
5a1eefcc1d
js: Implement pretty-printing of Intl.Collator
|
před 3 roky |
Ali Mohammad Pur
|
1c121d7488
js: Use generic reference instead of Variant<A,B>
|
před 3 roky |
Timothy Flynn
|
624fad3821
js: Implement pretty-printing of Intl.PluralRules
|
před 3 roky |
Timothy Flynn
|
8599ee3049
Revert "Userland: Invoke tzset in apps that care about time zones"
|
před 3 roky |
Timothy Flynn
|
47e9e7c2d0
js: Implement pretty-printing of Intl.RelativeTimeFormat
|
před 3 roky |
Timothy Flynn
|
ede5c9548e
Userland: Invoke tzset in applications that care about time zones
|
před 3 roky |
davidot
|
0e56dac51e
js: Display a warning if multiple files are given
|
před 3 roky |
davidot
|
7cbf4b90e8
LibJS: Implement ImportCall and HostImportModuleDynamically
|
před 3 roky |
Luke Wilde
|
631bbcd00a
LibJS: Refactor interpreter to use Script and Source Text Modules
|
před 3 roky |
davidot
|
a5b11f7484
LibJS: Fix that '_' no longer accessed the last value in the REPL
|
před 3 roky |
Timothy Flynn
|
58ccca6a9d
LibJS+js: Pretty-print Date objects using the ToDateString AO
|
před 3 roky |
Timothy Flynn
|
27c845eef2
js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slot
|
před 3 roky |
Linus Groh
|
eb60d16549
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
|
před 3 roky |
Linus Groh
|
9d0d3affd4
LibJS: Replace the custom unwind mechanism with completions :^)
|
před 3 roky |
Linus Groh
|
9e50bd91a6
js: Remove uses of TRY_OR_DISCARD()
|
před 3 roky |
Linus Groh
|
85f0fc2b83
LibJS: Return Optional<T> from Completion::{value,target}(), not T
|
před 3 roky |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
před 3 roky |