ladybird/Userland/Libraries/LibWeb/FileAPI
Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
- Prefer VM::current_realm() over GlobalObject::associated_realm()
- Prefer VM::heap() over GlobalObject::heap()
- Prefer Cell::vm() over Cell::global_object()
- Prefer Wrapper::vm() over Wrapper::global_object()
- Inline Realm::global_object() calls used to access intrinsics as they
  will later perform a direct lookup without going through the global
  object
2022-08-23 13:58:30 +01:00
..
Blob.cpp LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2022-08-23 13:58:30 +01:00
Blob.h LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00
Blob.idl
File.cpp LibWeb: Move is_basic_latin() to Blob.{cpp,h} 2022-08-02 08:20:40 +01:00
File.h LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +01:00
File.idl LibWeb: Introduce the File interface from the FileAPI spec 2022-07-26 20:54:30 +01:00