This commit is contained in:
Peli de Halleux
2019-03-04 20:44:01 -08:00
parent 0c6e65d828
commit a3e431c892
4 changed files with 55 additions and 11 deletions

View File

@ -22,13 +22,8 @@
}
declare const enum ValType {
Undefined = 0,
Boolean = 1,
Number = 2,
String = 3,
Object = 4,
Function = 5,
declare const enum PerfCounters {
GC = 0,
}
// Auto-generated. Do not edit. Really.