Closed
Bug 293881
Opened 20 years ago
Closed 19 years ago
add version to jsshell build() if JS_VERSION < 150
Categories
(Core :: JavaScript Engine, enhancement, P5)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 obsolete file)
when i build w/ JS_VERSION 130 or 140, i'd like to be able to recognize that
i've done so.
R:\mozilla\js\src\nspr-4.4.1\lib>..\..\WINNT5.1_DBG.OBJ\js -w -s
js> build()
built on May 12 2005 at 05:57:00 for version 130
at present i do not believe this applies to xpcshell, because it *wants* js15
if people don't like the overhead of the extra param to fprintf for the 150
case, i can write the patch differently...
Attachment #183390 -
Flags: review?(brendan)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Updated•19 years ago
|
Flags: testcase-
Attachment #183390 -
Flags: review?(mrbkap)
Updated•19 years ago
|
Attachment #183390 -
Flags: review?(mrbkap) → review+
Comment on attachment 183390 [details] [diff] [review]
one way to expose this
mozilla/js/src/js.c 3.104
Attachment #183390 -
Attachment is obsolete: true
Attachment #183390 -
Flags: review?(brendan)
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•