summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Object.h
AgeCommit message (Expand)Author
2021-03-19LibJS: Add fast_is<T> for StringObject and GlobalObjectAndreas Kling
2021-03-14LibJS: Add the same Object::invoke() overloads as VM::call()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling