Issue #1302 - Add self-hosted implementation for string regex .matchAll

This resolves #1302.
This commit is contained in:
wolfbeast 2019-11-26 13:37:09 +01:00 committed by Roy Tam
commit c16e82c9b1
13 changed files with 287 additions and 58 deletions

View file

@ -5087,7 +5087,8 @@ GetSymbolDescription(HandleSymbol symbol);
macro(split) \
macro(toPrimitive) \
macro(toStringTag) \
macro(unscopables)
macro(unscopables) \
macro(matchAll)
enum class SymbolCode : uint32_t {
// There is one SymbolCode for each well-known symbol.