summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/DataView.cpp
AgeCommit message (Expand)Author
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Convert DataView::create() to NonnullGCPtrLinus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
2021-06-20LibJS: Consistently make prototype the last argument in Object ctorsLinus Groh
2021-06-14LibJS: Add the DataView built-in objectIdan Horowitz