 Chromium Code Reviews
 Chromium Code Reviews Issue 14582007:
  Implement yield* (delegating yield)  (Closed) 
  Base URL: git://github.com/v8/v8.git@master
    
  
    Issue 14582007:
  Implement yield* (delegating yield)  (Closed) 
  Base URL: git://github.com/v8/v8.git@master| Index: src/v8natives.js | 
| diff --git a/src/v8natives.js b/src/v8natives.js | 
| index 425863e5010fd63f3f9240b051e5007cca2450e7..de9f902f195f346e8735095f40ff33955c86b7ca 100644 | 
| --- a/src/v8natives.js | 
| +++ b/src/v8natives.js | 
| @@ -1665,7 +1665,6 @@ function FunctionSourceString(func) { | 
| func = %GetCallTrap(func); | 
| } | 
| - // TODO(wingo): Print source using function* for generators. | 
| if (!IS_FUNCTION(func)) { | 
| throw new $TypeError('Function.prototype.toString is not generic'); | 
| } |