Linus Groh
|
aff1ec6014
LibJS: Port iterator_step() to GCPtr
|
2 年 前 |
Linus Groh
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 年 前 |
Cameron Youell
|
1d24f394c6
Everywhere: Use `LibFileSystem` where trivial
|
2 年 前 |
Timothy Flynn
|
13dfadba79
LibJS: Propagate errors from VM creation
|
2 年 前 |
Timothy Flynn
|
eb5aae24f4
LibJS: Move creation of fallible VM objects to its creation factory
|
2 年 前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年 前 |
Linus Groh
|
51c3967516
Everywhere: Use '_{short_,}string' literals more
|
2 年 前 |
Andreas Kling
|
bd5d8e9d35
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
|
2 年 前 |
Timothy Flynn
|
f6503577f6
LibJS: Propagate out-of-memory errors from HostImportModuleDynamically
|
2 年 前 |
Timothy Flynn
|
88814acbd3
LibJS+Everywhere: Convert JS::Error to String
|
2 年 前 |
Timothy Flynn
|
4d10911f96
LibJS: Pre-allocate the out-of-memory error string on the VM
|
2 年 前 |
Tim Schumacher
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 年 前 |
Linus Groh
|
a8bf2f8e4c
LibJS: Port Symbol to String
|
2 年 前 |
Timothy Flynn
|
243caa8fa9
LibJS: Port the VM's single-character ASCII strings to String
|
2 年 前 |
Timothy Flynn
|
34574c5ee8
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
|
2 年 前 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 年 前 |
Linus Groh
|
e785c66f91
LibJS: Convert get_this_environment() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
a4d85cd522
LibJS: Convert Promise::create() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
ddc6e139a6
LibJS: Convert Object::create() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
b42e293ddd
LibJS: Convert NativeFunction::create() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
91b0123eaf
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
|
2 年 前 |
Linus Groh
|
1dd8655514
LibJS: Replace standalone js_symbol() with Symbol::create()
|
2 年 前 |
Linus Groh
|
f490ba13ff
LibJS: Move creation of global symbols into Symbol.for()
|
2 年 前 |
Linus Groh
|
d5457375e6
LibJS: Store NonnullGCPtr<Symbol> values in m_global_symbol_registry
|
2 年 前 |
Linus Groh
|
2c579ed0df
LibJS: Rename m_global_symbol_map to m_global_symbol_registry
|
2 年 前 |
Linus Groh
|
daec065fde
LibJS: Move initialize_instance_elements() from VM to Object
|
2 年 前 |
Linus Groh
|
1f4437ff2b
LibJS: Remove unused VM::join_arguments() function
|
2 年 前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年 前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年 前 |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 年 前 |