1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

JSSpecCompiler: Parse "NewTarget" in xspec mode

This commit is contained in:
Dan Klishch 2024-01-21 15:27:23 -05:00 committed by Andrew Kaster
parent 4d8f74c149
commit ba61b61d67
4 changed files with 5 additions and 1 deletions

View file

@ -39,6 +39,7 @@ void WellKnownNode::dump_tree(StringBuilder& builder)
{
static constexpr StringView type_to_name[] = {
"False"sv,
"NewTarget"sv,
"Null"sv,
"This"sv,
"True"sv,