stasoid
|
31bf40b659
AK: Make LexicalPath::relative_path() fallible
|
8 months ago |
Timothy Flynn
|
5ee92af1d9
LibJS+WebContent: Cache the resolved system time zone identifier
|
10 months ago |
Timothy Flynn
|
dfad1a7329
test-js: Add a helper method to convert a string to a UTF-8 byte array
|
1 year ago |
Timothy Flynn
|
b31c11bca5
LibUnicode: Cache the system time zone
|
10 months ago |
Sam Atkins
|
dd92c33498
Tests: Use Core::Environment instead of Core::System::*env()
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Timothy Flynn
|
99233776e6
test-js: Add a test helper to override the current time zone
|
1 year ago |
Timothy Flynn
|
7003c6ffdb
LibJS: Remove the isBytecodeInterpreterEnabled built-in
|
1 year ago |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 year ago |
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 |