DescriptionUniformly handle 'undefined' store to Float64Array and Float32Array.
Previous behavior diverged in ICs and Crankshaft. When storing to a Float32Array or Float64Array, the ICs treated undefined as zero while Crankshaft treated it as NaN. Now both ICs and Crankshaft treat it as NaN, which is consistent with the WebGL & ECMAScript spec.
R=mstarzinger@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=10714
Patch Set 1 #
Total comments: 12
Patch Set 2 : Review feedback #
Messages
Total messages: 3 (0 generated)
|