mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 20:13:00 +00:00

In NativeCall constructor adds argument object only if there is no parameters with this name and similarly do not set arguments to undefined if the function has "var arguments". 2. Split NativeCall into NativeCall and NativeCallPrototype to allow for smaller activation objects with faster property access.