serenity/Tests/LibJS
Ali Mohammad Pur 500044906d LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
This is not guaranteed to always work correctly as ArgsParser deals in
StringViews and might have a non-properly-null-terminated string as a
value. As a bonus, using StringView (and DeprecatedString where
necessary) leads to nicer looking code too :^)
2023-03-01 10:47:19 +01:00
..
CMakeLists.txt
test-bytecode-js.cpp
test-invalid-unicode-js.cpp
test-js.cpp LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE 2023-02-16 14:32:22 +01:00
test-test262.cpp LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
test-value-js.cpp
test262-runner.cpp Userland+AK: Stop using getopt() for ArgsParser 2023-02-28 15:52:24 +03:30