mdittmer / object-graph-js

Object graphs from Javascript worlds
Apache License 2.0
1 stars 2 forks source link

Some implementations throw TypeError accessing some Function properties #14

Open mdittmer opened 7 years ago

mdittmer commented 7 years ago

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.