Status: New
Owner: ----

New issue 1768 by [email protected]: "delete Math.sin" behavior is not compatible with JSC
http://code.google.com/p/v8/issues/detail?id=1768

http://trac.webkit.org/changeset/97536/trunk/LayoutTests/fast/js/script-tests/delete-syntax.js

delete Math.sin;

actually deletes Math.sin in JavaScriptCore, and Math.sin returns undefined. V8 returns a functions.
I don't know which behavior is correct.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to