WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
200323
Rename DOMJIT safe/unsafeFunction to functionWithTypeChecks and functionWithoutTypeChecks.
https://bugs.webkit.org/show_bug.cgi?id=200323
Summary
Rename DOMJIT safe/unsafeFunction to functionWithTypeChecks and functionWitho...
Mark Lam
Reported
2019-07-31 16:19:40 PDT
...
Attachments
proposed patch.
(27.57 KB, patch)
2019-07-31 16:38 PDT
,
Mark Lam
ysuzuki
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Lam
Comment 1
2019-07-31 16:38:18 PDT
Created
attachment 375267
[details]
proposed patch.
Yusuke Suzuki
Comment 2
2019-07-31 16:44:21 PDT
Comment on
attachment 375267
[details]
proposed patch. r=me
Geoffrey Garen
Comment 3
2019-07-31 20:29:37 PDT
Comment on
attachment 375267
[details]
proposed patch. View in context:
https://bugs.webkit.org/attachment.cgi?id=375267&action=review
> Source/JavaScriptCore/domjit/DOMJITSignature.h:40 > +using FunctionWithoutTypeCheck = void (*)();
I think I would call this CFunctionPointer. This type can point to any C function.
Mark Lam
Comment 4
2019-08-01 10:07:44 PDT
(In reply to Geoffrey Garen from
comment #3
)
> Comment on
attachment 375267
[details]
> proposed patch. > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=375267&action=review
> > > Source/JavaScriptCore/domjit/DOMJITSignature.h:40 > > +using FunctionWithoutTypeCheck = void (*)(); > > I think I would call this CFunctionPointer. This type can point to any C > function.
I'm going to land this as is for now. We'll probably change this again in
https://bugs.webkit.org/show_bug.cgi?id=200292
after we find a better expression of the type.
Mark Lam
Comment 5
2019-08-01 10:14:42 PDT
Thanks for the reviews. Landed in
r248105
: <
http://trac.webkit.org/r248105
>.
Radar WebKit Bug Importer
Comment 6
2019-08-01 10:15:34 PDT
<
rdar://problem/53820228
>
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