diff options
author | Lenny Maiorani <lenny@serenityos.org> | 2022-03-16 18:26:30 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-19 00:20:46 +0000 |
commit | 5b7a5b3c01007b1ba332310ed1b669bd8b4edebc (patch) | |
tree | 455e606425de77e1c099dcb3a375e6fb16866a1c /Userland/Libraries/LibJS/Runtime/Object.h | |
parent | 327e9a21871c0fb0646b6351fb8574a7264d8d99 (diff) | |
download | serenity-5b7a5b3c01007b1ba332310ed1b669bd8b4edebc.zip |
LibCpp: Change class_name to use StringView instead of char const*
This helps make the overall codebase consistent. `class_name()` in
`Kernel` is always `StringView`, but not elsewhere.
Additionally, this results in the `strlen` (which needs to be done
when printing or other operations) always being computed at
compile-time.
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Object.h')
0 files changed, 0 insertions, 0 deletions