Andreas Kling
|
3ccac0cf6e
LibJS: Remove unused realm parameter from run_and_return_frame()
|
1 年間 前 |
Andreas Kling
|
9d6f00d918
LibJS: Behave like major engines when substituting missing capture group
|
1 年間 前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年間 前 |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 年間 前 |
Andreas Kling
|
b8f78c0adc
LibJS: Make JS::number_to_string() infallible
|
1 年間 前 |
Andreas Kling
|
09547ec975
LibJS: Make PrimitiveString::deprecated_string() infallible
|
1 年間 前 |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 年間 前 |
Aliaksandr Kalenik
|
fb94415f03
LibJS: Delete Declaration::for_each_var_declared_name
|
1 年間 前 |
Aliaksandr Kalenik
|
348e43b36d
LibJS: Replace for_each_bound_name with for_each_bound_identifier
|
1 年間 前 |
Aliaksandr Kalenik
|
2e81cc4cf7
LibJS: Use Identifier to represent FunctionParameter name
|
2 年 前 |
Luke Wilde
|
442ca4f9b4
LibJS: Avoid RequireObjectCoercible when creating super references
|
2 年 前 |
Aliaksandr Kalenik
|
7765ebb5f2
LibJS+LibWeb: Plumb local variables names to ECMAScriptFunctionObject
|
2 年 前 |
Aliaksandr Kalenik
|
a6cdb1655b
LibJS: Use Identifier to represent name of FunctionNode
|
2 年 前 |
Andreas Kling
|
8a5e71256d
LibJS/Bytecode: Add codegen for ImportCall
|
2 年 前 |
Andreas Kling
|
6537ed8fff
LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model
|
2 年 前 |
Timothy Flynn
|
d31b780760
LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal
|
2 年 前 |
Linus Groh
|
b33b0d60e6
LibJS: Port Value::get_method() to GCPtr
|
2 年 前 |
Linus Groh
|
2555d7a36a
LibJS: Make well-known symbol getters return NonnullGCPtr
|
2 年 前 |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 年 前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 年 前 |
Timothy Flynn
|
36d72a7f4c
LibJS: Convert CanonicalNumericIndexString to use NumberToString
|
2 年 前 |
Timothy Flynn
|
a73b8292ed
LbJS: Convert exception-related usages of Value::TDSWOSE to String
|
2 年 前 |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 年 前 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 年 前 |
davidot
|
541637e15a
LibJS: Add using declaration support, RAII like operation in js
|
2 年 前 |
davidot
|
a746739cb0
LibJS: Add an initialize binding hint to all initialize_binding methods
|
2 年 前 |
Timothy Flynn
|
9f78e8728a
LibJS: Port (most of) String.prototype to String
|
2 年 前 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 年 前 |
Timothy Flynn
|
d0403ec14f
AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string
|
2 年 前 |