Files
ladybird/Userland/Libraries/LibRegex/RegexByteCode.cpp
Gunnar Beutner 281f39073d LibRegex: Make get_opcode() return a reference
Previously this would return a pointer which could be null if the
requested opcode was invalid. This should never be the case though
so let's VERIFY() that instead.
2021-06-14 16:09:58 +04:30

29 KiB