mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Issue #1302 - Add self-hosted implementation for string regex .matchAll
This resolves #1302.
This commit is contained in:
parent
c12890f12c
commit
c16e82c9b1
13 changed files with 287 additions and 58 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue