WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
154442
Add isJSString(JSCell*) variant to avoid Cell->JSValue->Cell conversion
https://bugs.webkit.org/show_bug.cgi?id=154442
Summary
Add isJSString(JSCell*) variant to avoid Cell->JSValue->Cell conversion
Joseph Pecoraro
Reported
2016-02-18 23:46:54 PST
Unlike isJSArray and isJSNonFinalObject functions which have JSCell and JSValue variants, the isJSString helper only had a JSValue variant. Add the cell variant to avoid possible extra unnecessary conversions. The JSC::JSValue(JSCell*) constructor is not explicit.
Attachments
[PATCH] Proposed Fix
(1.43 KB, patch)
2016-02-18 23:47 PST
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2016-02-18 23:47:33 PST
Created
attachment 271739
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 2
2016-02-19 02:39:31 PST
Comment on
attachment 271739
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 271739 Committed
r196810
: <
http://trac.webkit.org/changeset/196810
>
WebKit Commit Bot
Comment 3
2016-02-19 02:39:35 PST
All reviewed patches have been landed. Closing bug.
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