Better XML string exclusion, plus js_default_str, based on codesighs (followup to 246441).

This commit is contained in:
brendan@mozilla.org
2004-10-05 16:57:13 +00:00
parent 51cc8e5cc6
commit 44536706ee
4 changed files with 26 additions and 18 deletions

View File

@@ -194,6 +194,7 @@ extern const char js_null_str[];
extern const char js_this_str[];
extern const char js_false_str[];
extern const char js_true_str[];
extern const char js_default_str[];
extern const JSCodeSpec js_CodeSpec[];
extern uintN js_NumCodeSpecs;
extern const jschar js_EscapeMap[];