DescriptionAllow inlining of named function expressions containing ThisFunction reference.
Named function expression have an implicit local variable that
refers to the current function (ThisFunction). Before we only could inline
anonymous function expressions like:
A.prototype.foo = function() {}
as opposed to
A.prototype.foo = function foo() {}
This change enables inlining function of expressions like this.
Committed: http://code.google.com/p/v8/source/detail?r=9699
Patch Set 1 #
Created: 9 years, 2 months ago
Messages
Total messages: 2 (0 generated)
|