mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
NaN, Infinity
This commit is contained in:
@@ -715,9 +715,10 @@ impl FunctionCompiler {
|
||||
MappedName::Register(reg) => {
|
||||
self.release_reg(reg);
|
||||
}
|
||||
MappedName::Definition(_) => {}
|
||||
MappedName::QueuedFunction(_) => {}
|
||||
MappedName::Builtin(_) => {}
|
||||
MappedName::Definition(_)
|
||||
| MappedName::QueuedFunction(_)
|
||||
| MappedName::Builtin(_)
|
||||
| MappedName::Constant(_) => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user