fur 1bb1ec2907 If the same JSObject is reflected into Java more than once then we should
return the same Java object, both for efficiency and so that the '=='
operator works as expected in Java when comparing two JSObjects.
However, it is not possible to hold a reference to a Java object without
inhibiting GC of that object, at least not in a way that is portable
to all vendor's JVMs, i.e. a weak reference. So, for now, JSObject identity
is broken.
1998-07-01 06:11:39 +00:00
1998-06-30 09:03:04 +00:00
1998-06-30 18:12:40 +00:00
1998-06-04 07:54:39 +00:00
1998-06-27 02:47:44 +00:00
1998-06-25 05:50:45 +00:00
1998-06-02 23:54:58 +00:00
1998-05-10 18:54:17 +00:00
1998-03-28 02:44:41 +00:00
1998-06-30 00:04:44 +00:00
1998-06-04 22:51:07 +00:00
1998-06-12 18:30:53 +00:00
1998-06-05 21:38:36 +00:00
1998-06-22 21:21:28 +00:00
1998-06-30 20:11:34 +00:00
1998-06-30 17:46:26 +00:00
1998-06-26 23:02:03 +00:00
1998-03-31 19:11:51 +00:00
1998-05-11 22:03:25 +00:00
1998-05-11 22:09:40 +00:00
1998-06-05 01:23:05 +00:00
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
6.9 GiB
Languages
JavaScript 32.7%
C++ 25.4%
HTML 20.9%
C 10.8%
Python 2.8%
Other 6.9%