Files
ladybird/Userland/Libraries/LibJS/Runtime/Reference.cpp
Ali Mohammad Pur f7a68ae998 LibJS: Mark two JS::Reference functions const
These two are inherently const, and the next commit needs to call them
on a const object, so let's just mark them const.
2021-09-14 20:03:27 +01:00

7.3 KiB