mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
7fa05e97d9
to define an unbound global variable used to enumerate an empty object, when the standard says no variable should be defined. - Clean up minor nits, make comment style match prevailing, tighten up for..in element-indexing special case comments. - Fix js_Invoke to take CONSTRUCT and INTERNAL flags arg instead of a construct boolean arg and the JSStackFrame internalCall mis-located boolean non-arg. Use these flags correctly in all calls (previous version failed to set the bogus frame.internalCall around js_Invoke calls from jsfun.c and jsstr.c).