DescriptionClasses: Add support for arguments in default constructor
This is currently done by generating a default constructor that looks
like this:
constructor() {
%DefaultConstructorSuperCall();
}
The a runtime function implements the logic which is pretty similar to
Runtime_Apply except that it uses the [[Prototype]] of the current
function.
BUG=v8:3672
LOG=Y
R=dslomov@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=25268
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Total comments: 1
Messages
Total messages: 4 (1 generated)
|