Bug 656519 - Avoid a malloc (and a finalizer) by storing the malloc'd array in our slots instead of in a separate malloc'd structure in our private field. r=mrbkap
This commit is contained in:
@@ -201,7 +201,9 @@ const char *const js_common_atom_names[] = {
|
||||
"keys", /* keysAtom */
|
||||
"iterate", /* iterateAtom */
|
||||
|
||||
"WeakMap" /* WeakMapAtom */
|
||||
"WeakMap", /* WeakMapAtom */
|
||||
|
||||
"byteLength" /* byteLengthAtom */
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user