summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Intrinsics.h
AgeCommit message (Expand)Author
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-02-27LibJS: Propagate errors from Intrinsics initializationLuke Wilde
2023-01-09LibJS: Make namespace object initialization lazy as wellLinus Groh
2022-12-14LibJS: Convert Intrinsics::create() to NonnullGCPtrLinus Groh
2022-11-26LibJS: Lazily initialize most Realm instrinsic contructors/prototypesTimothy Flynn
2022-09-27LibJS: Add JSON.stringify function to the intrinsicsLinus Groh
2022-09-17LibJS: Break inclusion cycle by removing unnecessary includeBen Wiederhake
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-29LibJS: Add JS_CELL macro and use it in all JS::Cell subclassesAndreas Kling
2022-08-28LibJS: Move construction of GlobalObject native functions to IntrinsicsLinus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh