mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
brendan%mozilla.org
7fa05e97d9
- Fix for..in bug where ECMA 12.6.3 steps 5 and 6 are reversed: the effect was
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).
…
…
…
…
Part deux of the fix for #8491. Had to add the ability to externally re-init NSPR's log feature as we were reading the environemnt vars on the Mac after the initial init. Reviewed saari.
…
…
wrap with DEBUG_pnunn. pnunn owns bug #8244. the rest of us don't need to see this message a billion times a day.
…
…
…
…
Description
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Languages
JavaScript
32.3%
C++
25.5%
HTML
21%
C
10.8%
Python
2.8%
Other
7.1%