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