Andreas Kling
|
09547ec975
LibJS: Make PrimitiveString::deprecated_string() infallible
|
1 year ago |
Andreas Kling
|
e2c8d5859e
LibJS: Remove ability to disable bytecode VM
|
1 year ago |
Andreas Kling
|
efe3eb8f4c
test-js: Remove ability to run with AST interpreter
|
1 year ago |
Shannon Booth
|
cb23eaa92d
test-js: Add global function to determine if using bytecode interpreter
|
2 years ago |
Andreas Kling
|
1768d70823
Revert "LibJS: Remove "uprooting" mechanism from garbage collector"
|
2 years ago |
Andreas Kling
|
6232ad3a0d
LibJS: Remove "uprooting" mechanism from garbage collector
|
2 years ago |
Linus Groh
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 years ago |
Timothy Flynn
|
24e9cea524
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
|
2 years ago |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 years ago |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 years ago |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
2 years ago |
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
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Idan Horowitz
|
a80d3fdf49
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
|
3 years ago |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 years ago |
Timothy Flynn
|
d04a683f85
test-js: Define detachArrayBuffer global function
|
3 years ago |
Ali Mohammad Pur
|
8b50009e9b
LibTest: Provide detailed per-file JSON output with --per-file
|
3 years ago |
Ali Mohammad Pur
|
bed129a69f
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
|
3 years ago |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
3 years ago |
Sam Atkins
|
9e3a786a64
Tests: Cast unused smart-pointer return values to void
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Idan Horowitz
|
390a04a985
LibJS: Convert the GetValue AO to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
d73b258874
LibJS: Convert reference deletion to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
44555eb50a
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 years ago |