ladybird/Userland/Libraries/LibRegex
Andrew Kaster dc6485cfcb LibRegex: VERIFY that string builder in print_header is not null.
I don't know why g++ thinks this is the case with
ENABLE_ALL_DEBUG_MACROS when building for serenity. Adding an assert to
placate it seems reasonable
2021-02-28 18:19:37 +01:00
..
C Everywhere: Replace a bundle of dbg with dbgln. 2021-01-16 11:54:35 +01:00
Tests Meta: Build AK and LibRegex tests in Lagom and for Serenity 2021-02-28 18:19:37 +01:00
CMakeLists.txt Meta: Build AK and LibRegex tests in Lagom and for Serenity 2021-02-28 18:19:37 +01:00
Forward.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Regex.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RegexByteCode.cpp LibRegex: Implement section B.1.4. of the ECMA262 spec 2021-02-27 07:31:01 +01:00
RegexByteCode.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RegexDebug.h LibRegex: VERIFY that string builder in print_header is not null. 2021-02-28 18:19:37 +01:00
RegexError.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RegexLexer.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RegexLexer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RegexMatch.h LibRegex: Implement section B.1.4. of the ECMA262 spec 2021-02-27 07:31:01 +01:00
RegexMatcher.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
RegexMatcher.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RegexOptions.h LibRegex: Implement section B.1.4. of the ECMA262 spec 2021-02-27 07:31:01 +01:00
RegexParser.cpp LibRegex: Allow missing high bound in {x,y} quantifiers 2021-02-27 07:31:01 +01:00
RegexParser.h LibRegex: Implement section B.1.4. of the ECMA262 spec 2021-02-27 07:31:01 +01:00