 Chromium Code Reviews
 Chromium Code Reviews Issue 
            8346032:
    Allow inlining of named function expressions containing ThisFunction reference.  (Closed)
    
  
    Issue 
            8346032:
    Allow inlining of named function expressions containing ThisFunction reference.  (Closed) 
  | 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 #
 Messages
    Total messages: 2 (0 generated)
     | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||