Closed
Bug 524841
Opened 15 years ago
Closed 15 years ago
TM: add an internal API to get the JSThreadData structure for the current thread
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: gal, Assigned: gal)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
Some API calls don't supply cx only runtime, so we can't get to the JSThreadData by following cx->thread. This call looks up the current thread in the runtime.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: general → gal
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #408739 -
Attachment is obsolete: true
Attachment #408740 -
Flags: review?(brendan)
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•15 years ago
|
Attachment #408740 -
Flags: review?(brendan) → review+
Comment 3•15 years ago
|
||
Comment on attachment 408740 [details] [diff] [review]
patch
Looks ok, but is it time to make new functions taking JSRuntime *rt first parameter be C++ methods of JSRuntime? Separate bug to convert all such if you prefer.
/be
Assignee | ||
Comment 4•15 years ago
|
||
Assignee | ||
Comment 5•15 years ago
|
||
Compilation fix
http://hg.mozilla.org/tracemonkey/rev/d2f5f34a480b
Whiteboard: fixed-in-tracemonkey
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•