[Webkit-unassigned] [Bug 106066] LLint: Number.MIN_VALUE is 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 11:22:39 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106066





--- Comment #3 from Dominic Szablewski <dominic.szablewski at gmail.com>  2013-01-04 11:24:38 PST ---
In case it wasn't clear, I'm talking about the "Number" object in the JS runtime. Specifically, the Number Constructor. It has a property "MIN_VALUE" that you can access in JavaScript code.

This works fine when using the JSC JIT (it returns 5E-309), but fails when using LLint (it returns 0).

See 'numberConstructorMinValue' in NumberConstructor.cpp around line 109
https://svn.webkit.org/repository/webkit/trunk/Source/JavaScriptCore/runtime/NumberConstructor.cpp

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list