Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Andreas Kling
|
ed1ade0534
LibJS: Don't crash in CyclicModule::evaluate() when this == m_cycle_root
|
1 年之前 |
Aliaksandr Kalenik
|
6ac43274b2
LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects
|
1 年之前 |
Andreas Kling
|
d7005be768
LibJS: Update CyclicModule to match current spec
|
1 年之前 |
Andreas Kling
|
5e67853b49
LibJS: Fix logic typo in ContinueModuleLoading
|
1 年之前 |
Andreas Kling
|
fc31a0d506
LibJS: Support LoadRequestedModule AO on SyntheticModule records
|
1 年之前 |
Andreas Kling
|
4b1053e327
LibJS: Fix logic typo in CyclicModule::inner_module_linking()
|
1 年之前 |
Andreas Kling
|
8b7d27b349
LibJS+LibWeb: More bringing module loading closer to spec
|
1 年之前 |
Andreas Kling
|
82977ab44b
LibJS: Implement GetImportedModule and call it where appropriate
|
1 年之前 |
Andreas Kling
|
467a5ceb18
LibJS: Split big VERIFY conditions into smaller ones in CyclicModule
|
1 年之前 |
Andreas Kling
|
0817d8bda6
LibJS+LibWeb: Make CyclicModule & GraphLoadingState GC-allocated
|
1 年之前 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 年之前 |
networkException
|
ff6d7cf3e4
LibJS+LibWeb: Bring script fetching closer to the spec
|
1 年之前 |
networkException
|
33b40eaeed
LibJS: Add LoadedModules to Script and CyclicModule
|
1 年之前 |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Linus Groh
|
b42e293ddd
LibJS: Convert NativeFunction::create() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
davidot
|
1dc9769f7d
LibJS: No longer assume there is a cycle root when module failed before
|
2 年之前 |
Andreas Kling
|
3503c658fb
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
|
2 年之前 |
Andreas Kling
|
71067cbc6c
LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h
|
2 年之前 |
networkException
|
fb6de442c6
LibJS: Add [[HostDefined]] field to Modules
|
2 年之前 |
Linus Groh
|
fc9d587e39
LibJS: Make PromiseCapability GC-allocated
|
2 年之前 |
Linus Groh
|
c2326ec95a
LibJS: Move PromiseCapability into its own cpp/h file
|
2 年之前 |
Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 年之前 |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 年之前 |
Linus Groh
|
b345a0acca
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
|
2 年之前 |
Linus Groh
|
b465f46e00
LibJS: Remove GlobalObject parameter from native functions
|
2 年之前 |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 年之前 |