summaryrefslogtreecommitdiff
path: root/Userland/Utilities/js.cpp
AgeCommit message (Expand)Author
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-02js: Hook up promise rejection tracking callbacksLinus Groh
2021-04-02js: Add REPL pretty-printing handler for PromisesLinus Groh
2021-03-18js: Don't print last value after exception and return non-successLinus Groh
2021-03-18js: Replace TypedArray class_name() string compare with is<T>()Linus Groh
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-29js: Handle exceptions thrown during value printingAndreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling