This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b447eec3491b36701cedafc867a7ee8abd7d8d21
Mozilla
/
mozilla
/
js
History
igor%mir2.org
5d07116378
In Interpreter.interpret THROW/JTHROW switch cases do not use result variable to hold temporary values to throw, use locally declared "Object exception" for that as result should only be used for value of Interpreter.interpret
...
git-svn-id: svn://10.0.0.236/trunk@117335 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-23 20:51:05 +00:00
..
benchmarks
…
jsd
bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren
2002-03-16 01:58:36 +00:00
jsdj
Bug 106386 rid source of misspellings
2002-03-19 04:30:17 +00:00
jsj
…
macbuild
bug 123770. extend xpconnect to use dynamic 'additional' interface info managers to support dynamic type info. Also, abstract out the Components.interfaces object and make the items use a bit less memory. r=dbradley sr=vidur
2002-02-18 23:47:30 +00:00
ref
…
rhino
In Interpreter.interpret THROW/JTHROW switch cases do not use result variable to hold temporary values to throw, use locally declared "Object exception" for that as result should only be used for value of Interpreter.interpret
2002-03-23 20:51:05 +00:00
src
Fix JSOP_DEFFUN to define functions in global code permanently, and not permanently in eval code (131964, r=khanson, sr=shaver, a=scc).
2002-03-23 17:34:24 +00:00
tests
Fixing a typo.
2002-03-23 01:50:16 +00:00
landbranch.pl
…
Makefile.in
bug 76050, build js/jsd from toplevel makefile so we're sure we've got an xpidl compiler. r=cls
2001-05-15 20:38:26 +00:00
makefile.win
…