igor%mir2.org 76e097f622 Change ScriptRuntime.get(Elem|Prop)FunctionAndThis to treat XML objects specially to follow ECMA 357, 11.2.2.1, CalMethod. This is done to minimize the overhead of method calls as otherwise someXmlObject.method() would first construct XMLList and apply () to it later.
To implement the function call redirection functionality XMLObject.getExtraMethodSource is added() to return an additional object to use as method source.


git-svn-id: svn://10.0.0.236/trunk@163119 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 22:07:12 +00:00
..