Closed Bug 325560 Opened 19 years ago Closed 19 years ago

ask spidermonkey to include an xref from jspubtd.h to mozilla/js/jsd/idl/jsdIDebuggerService.idl

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 325548

People

(Reporter: timeless, Assigned: timeless)

Details

seamonkey mozilla/js/jsd/idl/jsdIDebuggerService.idl
  126      * VERSION_* values must be kept in sync with the JSVersion enumeration in
  127      * jspubtd.h.

  131      * Possible values for jsdIScript::version and jsdIContext::version.
  132      */
  133     const long VERSION_1_0     = 100;
  134     const long VERSION_1_1     = 110;
  135     const long VERSION_1_2     = 120;
  136     const long VERSION_1_3     = 130;
  137     const long VERSION_1_4     = 140;
  138     const long VERSION_1_5     = 150;

unfortunately,
   60  * Run-time version enumeration.  See jsconfig.h for compile-time counterparts
   61  * to these values that may be selected by the JS_VERSION macro, and tested by
   62  * #if expressions.
   63  */
   64 typedef enum JSVersion {
   65     JSVERSION_1_0     = 100,
   66     JSVERSION_1_1     = 110,
   67     JSVERSION_1_2     = 120,
   68     JSVERSION_1_3     = 130,
   69     JSVERSION_1_4     = 140,
   70     JSVERSION_ECMA_3  = 148,
   71     JSVERSION_1_5     = 150,
   72     JSVERSION_1_6     = 160,
   73     JSVERSION_DEFAULT = 0,
   74     JSVERSION_UNKNOWN = -1

they aren't very well sync'd.

*** This bug has been marked as a duplicate of 325548 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.