XULDOMJS_19991106_BRANCH landing (15146, 18025, r=shaver@mozilla.org)

This commit is contained in:
brendan@mozilla.org
1999-11-12 06:03:40 +00:00
parent 5870deb27f
commit 21422f582b
23 changed files with 766 additions and 454 deletions

View File

@@ -123,6 +123,8 @@ struct JSCodeSpec {
uint32 format; /* immediate operand format */
};
extern char js_const_str[];
extern char js_var_str[];
extern char js_function_str[];
extern char js_in_str[];
extern char js_instanceof_str[];