Closed
Bug 572042
Opened 15 years ago
Closed 15 years ago
JM: Get tracing working with fat values in browser
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: dmandelin, Assigned: dmandelin)
References
Details
Attachments
(1 file)
17.98 KB,
patch
|
Details | Diff | Splinter Review |
As of now, it doesn't even build.
Assignee | ||
Comment 1•15 years ago
|
||
This mostly builds, but there is a linker error at the end. jsd uses a macro in jspubtd.h that refers to js_FunctionClass. Maybe the MSVC linker doesn't match up the C++ definition of 'Class js_FunctionClass' with the C declaration JSClass js_FunctionClass.
Assignee | ||
Comment 2•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
•