1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:30:59 +00:00
serenity/Userland
Linus Groh aef502e8e0 LibJS: Change PropertyName::as_number() return type to u32
This is how it's stored internally - even though we still only construct
from i32. I had the compiler yell at me while trying something with this
and didn't want to add yet another cast, so let's quickly fix this.
2021-04-25 22:42:48 +02:00
..
Applets AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Applications Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
Demos AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
DevTools Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
DynamicLoader Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Games Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Libraries LibJS: Change PropertyName::as_number() return type to u32 2021-04-25 22:42:48 +02:00
Services Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Shell Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
Tests AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
Utilities Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00