jsDump icon indicating copy to clipboard operation
jsDump copied to clipboard

Fix the “arguments” object detection

Open dmajda opened this issue 10 years ago • 0 comments

Fixes #8 by detecting the arguments object using Object.prototype.toString instead of testing whether the callee property is present. Also covers arguments handling by tests (they are the same as the array ones).

dmajda avatar Nov 20 '15 15:11 dmajda