summaryrefslogtreecommitdiff
path: root/Ladybird/ConsoleGlobalObject.cpp
AgeCommit message (Collapse)Author
2022-12-25Ladybird: Remove redundant use of impl()Linus Groh
This blocks us from removing it upstream in LibWeb.
2022-12-25Ladybird: Fix build after LibWeb+LibJS GC changesAndreas Kling
2022-12-25Ladybird: Turn initialize_global_object() into a regular initialize()Luke Wilde
See: https://github.com/SerenityOS/serenity/commit/cfa5885
2022-12-25Ladybird: Update for LibJS realm changesLuke Wilde
2022-12-25Ladybird: Update for LibJS global object construction changesAndreas Kling
2022-12-25Ladybird: Add quick & dirty port of the JS console from Browser :^)Andreas Kling