mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add internal error and use it for todos
This commit is contained in:
@@ -25,6 +25,7 @@ pub enum BuiltinName {
|
||||
Error,
|
||||
TypeError,
|
||||
RangeError,
|
||||
InternalError,
|
||||
|
||||
Symbol,
|
||||
SymbolIterator,
|
||||
@@ -46,6 +47,7 @@ pub const BUILTIN_NAMES: [&str; BuiltinName::COUNT] = [
|
||||
"Error",
|
||||
"TypeError",
|
||||
"RangeError",
|
||||
"InternalError",
|
||||
"Symbol",
|
||||
"SymbolIterator",
|
||||
"BigInt",
|
||||
|
||||
Reference in New Issue
Block a user