Bug 547941 - WeakMap. r=jorendorff.

This commit is contained in:
Andreas Gal
2011-04-11 22:38:11 -07:00
parent 87bd16ac2e
commit 2b5a4b0581
12 changed files with 600 additions and 2 deletions

View File

@@ -211,7 +211,9 @@ const char *const js_common_atom_names[] = {
"has", /* hasAtom */
"hasOwn", /* hasOwnAtom */
"keys", /* keysAtom */
"iterate" /* iterateAtom */
"iterate", /* iterateAtom */
"WeakMap" /* WeakMapAtom */
};
JS_STATIC_ASSERT(JS_ARRAY_LENGTH(js_common_atom_names) * sizeof(JSAtom *) ==