Open mattbierner opened 11 years ago
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.
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