Safari (at least) throws TypeError: 'arguments', 'callee', and 'caller' cannot be accessed in this context. when accessing <Function.prototype|function-instance>.<arguments|callee|caller>. This can make such implementations appear to not support parts of the Function interface.
Safari (at least) throws
TypeError: 'arguments', 'callee', and 'caller' cannot be accessed in this context.
when accessing<Function.prototype|function-instance>.<arguments|callee|caller>
. This can make such implementations appear to not support parts of theFunction
interface.