buzz
buzz copied to clipboard
`typeof` builtin method is not handled
typeof ("hello".split);
Crashes right now because ObjNative do not embark their type at runtime. In the case of list and maps, we use the same ObjNative for any list or map which ever item/key/value type they have.