mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add $SymbolIterator
This commit is contained in:
@@ -27,6 +27,7 @@ pub enum BuiltinName {
|
||||
RangeError,
|
||||
|
||||
Symbol,
|
||||
SymbolIterator,
|
||||
}
|
||||
|
||||
pub const BUILTIN_NAMES: [&str; BuiltinName::COUNT] = [
|
||||
@@ -44,6 +45,7 @@ pub const BUILTIN_NAMES: [&str; BuiltinName::COUNT] = [
|
||||
"TypeError",
|
||||
"RangeError",
|
||||
"Symbol",
|
||||
"SymbolIterator",
|
||||
];
|
||||
|
||||
pub const BUILTIN_COUNT: usize = BuiltinName::COUNT;
|
||||
|
||||
Reference in New Issue
Block a user