mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
parent
e9ad9eab15
commit
c8d569d1b8
2 changed files with 3 additions and 1 deletions
|
|
@ -5088,6 +5088,7 @@ GetSymbolDescription(HandleSymbol symbol);
|
|||
macro(toPrimitive) \
|
||||
macro(toStringTag) \
|
||||
macro(unscopables) \
|
||||
macro(asyncIterator) \
|
||||
macro(matchAll)
|
||||
|
||||
enum class SymbolCode : uint32_t {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ var names = [
|
|||
"hasInstance",
|
||||
"split",
|
||||
"toPrimitive",
|
||||
"unscopables"
|
||||
"unscopables",
|
||||
"asyncIterator"
|
||||
];
|
||||
|
||||
for (var name of names) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue