gecko-dev/js/rhino/src/org/mozilla/javascript
2001-04-19 17:31:34 +00:00
..
debug Clean up debug APIs. 2001-01-08 21:41:25 +00:00
optimizer Make default for generatingDebug flag be true for compilation and false for interpretation. 2001-04-11 13:42:26 +00:00
regexp replicated SpiderMonkey fix for bug 67773 2001-03-06 13:57:01 +00:00
resources Remove unused property definitions and fix some errors that had crept in. 2000-11-29 23:32:53 +00:00
Arguments.java argument.caller shouldn't be defined in the default version 1999-11-19 23:02:52 +00:00
BinaryDigitReader.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
ClassDefinitionException.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
ClassNameHelper.java Fix bug: 2000-12-13 15:17:24 +00:00
ClassOutput.java Add top-level boolean parameter so ClassOutput implementors can determine 2001-02-26 15:28:17 +00:00
Context.java Make default for generatingDebug flag be true for compilation and false for interpretation. 2001-04-11 13:42:26 +00:00
ContextListener.java * Add ContextListener interface 2000-11-22 15:00:05 +00:00
DebuggableEngineImpl.java Missed checkin of new file. 2001-01-09 13:39:22 +00:00
DefaultErrorReporter.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
Delegator.java Removed hard tabs, removed unnecessary cast, (Scriptable)null. 2001-04-18 20:50:58 +00:00
DToA.java Fix endian bug for BigInteger constructor. 2000-03-01 23:25:23 +00:00
EcmaError.java Add column number and line source information to the EcmaError object. 2000-06-01 17:30:28 +00:00
ErrorReporter.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
EvaluatorException.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
FlattenedObject.java Subject: 2001-01-22 20:28:34 +00:00
Function.java Fix javadoc 1999-10-22 16:56:56 +00:00
FunctionNode.java Implement distinction between function statements, function expressions, and function expression-statements. 2000-03-13 18:27:42 +00:00
FunctionObject.java Fix for problem: 2001-02-08 18:56:58 +00:00
IdFunction.java Fixes from Igor. 2001-04-11 13:44:09 +00:00
IdScriptable.java Subject: 2001-04-16 19:29:48 +00:00
ImporterTopLevel.java * made shell.Global a subclass of ImporterTopLevel 2001-03-05 08:46:10 +00:00
InterpretedFunction.java Clean up debug APIs 2000-11-07 03:20:56 +00:00
InterpretedScript.java Clean up debug APIs 2000-11-07 03:20:56 +00:00
Interpreter.java Need to pop activation stack. 2001-04-11 23:28:47 +00:00
InterpreterData.java Fix bugs: 2000-10-30 19:34:11 +00:00
InterpreterFrame.java Clean up debug APIs. 2001-01-08 21:41:25 +00:00
Invoker.java Remove SecuritySupport code that doesn't apply to the Invoker case. 2001-04-10 01:47:50 +00:00
IRFactory.java Subject: 2001-01-22 20:28:34 +00:00
JavaAdapter.java Change ClassOutput to take a top-level boolean parameter. 2001-02-26 15:32:15 +00:00
JavaMembers.java Subject: 2001-01-22 20:28:34 +00:00
JavaScriptException.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
Label.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
LabelTable.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
LazilyLoadedCtor.java Subject: 2000-07-03 18:40:35 +00:00
LineBuffer.java Added check for FORMAT characters in new unicode cr/lf handling code. 2000-06-12 17:56:05 +00:00
ListenerCollection.java Subject: 1999-10-07 16:57:01 +00:00
LocalVariable.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
NativeArray.java Subject: 2001-01-22 20:28:34 +00:00
NativeBoolean.java Latest patches from Igor. 2001-04-19 12:52:39 +00:00
NativeCall.java Subject: 2001-01-22 20:28:34 +00:00
NativeDate.java Hi, Norris! 2001-04-17 13:54:45 +00:00
NativeError.java Latest patches from Igor. 2001-04-19 12:52:39 +00:00
NativeFunction.java More changes from Igor. 2001-03-01 19:28:37 +00:00
NativeGlobal.java Updates from Igor. 2001-04-11 23:29:23 +00:00
NativeJavaArray.java Subject: 2001-01-22 20:28:34 +00:00
NativeJavaClass.java Subject: 2001-01-22 20:28:34 +00:00
NativeJavaConstructor.java Email thread describing change: 2001-01-05 01:17:51 +00:00
NativeJavaMethod.java Subject: 2001-01-22 20:28:34 +00:00
NativeJavaObject.java Subject: 2001-01-22 20:28:34 +00:00
NativeJavaPackage.java Subject: 2001-01-22 20:28:34 +00:00
NativeMath.java Fixes from Igor. 2001-04-11 13:44:09 +00:00
NativeNumber.java Subject: 2001-01-22 20:28:34 +00:00
NativeObject.java Alternative fix for problem in the following email: 2001-01-24 15:16:37 +00:00
NativeScript.java Subject: 2001-01-22 20:28:34 +00:00
NativeString.java Fix bug: 2001-01-30 13:47:19 +00:00
NativeWith.java Subject: 2001-01-22 20:28:34 +00:00
Node.java Fix tree and icode printing. 2000-10-27 20:17:19 +00:00
NodeTransformer.java Subject: 2001-01-22 20:28:34 +00:00
NotAFunctionException.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
Parser.java Fix 49301. 2000-08-17 12:28:46 +00:00
PreorderNodeIterator.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
PropertyException.java Subject: 2001-01-22 20:28:34 +00:00
RegExpProxy.java added support for incremental/prefix matching of regular 2001-01-30 16:38:21 +00:00
ScopeInitializer.java Add Igor's changes to make generation of id strings by tool. 2001-04-10 13:20:02 +00:00
Script.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
Scriptable.java More javadoc. 2000-10-10 14:58:47 +00:00
ScriptableObject.java Fix race condition in method. 2001-04-11 13:43:07 +00:00
ScriptRuntime.java loadClassName: use current class loader to find classes, before calling Class.forName(). 2001-04-19 17:31:34 +00:00
SecuritySupport.java Remove reference that javadoc couldn't find 2000-10-06 16:25:36 +00:00
ShallowNodeIterator.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
SourceTextItem.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
SourceTextManager.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
Synchronizer.java added support for implementing Java-style synchronized methods in Javascript 2001-01-31 13:02:42 +00:00
TokenStream.java Subject: 2001-01-22 20:28:34 +00:00
Undefined.java Subject: 2001-01-22 20:28:34 +00:00
VariableTable.java Subject: 2001-01-22 20:28:34 +00:00
WrapHandler.java Fix javadoc warning 2000-06-21 15:49:14 +00:00
WrappedException.java More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
Wrapper.java Make Wrapper an API class. 2000-03-10 20:55:36 +00:00