Changeset 161789 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 11, 2014, 6:51:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r161788 r161789 1 2014-01-11 Dean Jackson <[email protected]> 2 3 [JSC] Revise typed array implementations to match ECMAScript and WebGL Specification 4 https://bugs.webkit.org/show_bug.cgi?id=126754 5 6 Reviewed by Filip Pizlo. 7 8 The ECMAScript specification forbids calling the typed array 9 constructors without using "new". Change the call data to return 10 none so we throw and exception in these cases. 11 12 * runtime/JSGenericTypedArrayViewConstructorInlines.h: 13 (JSC::JSGenericTypedArrayViewConstructor<ViewClass>::getCallData): 14 1 15 2014-01-11 Anders Carlsson <[email protected]> 2 16
Note:
See TracChangeset
for help on using the changeset viewer.