summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/ProxyObject.cpp
AgeCommit message (Expand)Author
2021-03-02LibJS: Use Value::get_method() a bunchLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-14LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}ReturnLinus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling