Fixing gc for js2val's.

git-svn-id: svn://10.0.0.236/trunk@142245 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-05-08 23:09:27 +00:00
parent 42dcbd9d1c
commit fa077185a8
6 changed files with 56 additions and 64 deletions

View File

@@ -113,6 +113,12 @@ void JS_ReportErrorNumber(JS2Metadata *meta, const char *message)
#define JUMP_OFFSET_MAX ((int16)0x7fff)
typedef bool JSBool;
typedef uint32 uintN;
typedef int32 intN;
typedef uint32 jsint;
typedef char16 JSString;
typedef char16 JSSubString;
typedef struct REMatchState {