WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73355
Allow WebCore to describe typed arrays to JSC
https://bugs.webkit.org/show_bug.cgi?id=73355
Summary
Allow WebCore to describe typed arrays to JSC
Oliver Hunt
Reported
2011-11-29 13:12:43 PST
Allow WebCore to describe typed arrays to JSC
Attachments
Patch
(7.38 KB, patch)
2011-11-29 13:20 PST
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Patch
(9.97 KB, patch)
2011-11-29 14:55 PST
,
Oliver Hunt
barraclough
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2011-11-29 13:20:41 PST
Created
attachment 117031
[details]
Patch
Sam Weinig
Comment 2
2011-11-29 13:26:55 PST
Comment on
attachment 117031
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=117031&action=review
> Source/JavaScriptCore/runtime/JSGlobalData.h:374 > + TypedArrayDescriptor int8ArrayDescriptor; > + TypedArrayDescriptor int16ArrayDescriptor; > + TypedArrayDescriptor int32ArrayDescriptor; > + TypedArrayDescriptor uint8ArrayDescriptor; > + TypedArrayDescriptor uint16ArrayDescriptor; > + TypedArrayDescriptor uint32ArrayDescriptor; > + TypedArrayDescriptor float32ArrayDescriptor; > + TypedArrayDescriptor float64ArrayDescriptor;
should these be m_?
Oliver Hunt
Comment 3
2011-11-29 14:55:05 PST
Created
attachment 117050
[details]
Patch
Oliver Hunt
Comment 4
2011-11-29 15:36:59 PST
Committed
r101426
: <
http://trac.webkit.org/changeset/101426
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug