Builtins implemented in hosted code are leaking some details: If they make function calls, these are visible in the stack. Also, some objects have properties they shouldn't ``` Math.min.prototype; // Object, should be undefined. ```