Index: src/generator.js |
diff --git a/src/generator.js b/src/generator.js |
index b35744a094f29ef0acd8baf3180bdfb7234a9084..59124534c4dee4ef085e4368044e4ec47f3a48da 100644 |
--- a/src/generator.js |
+++ b/src/generator.js |
@@ -49,7 +49,6 @@ function GeneratorFunctionConstructor(arg1) { // length == 1 |
// Compile the string in the constructor and not a helper so that errors |
// appear to come from here. |
var f = %_CallFunction(global_proxy, %CompileString(source, true)); |
- %FunctionMarkNameShouldPrintAsAnonymous(f); |
return f; |
} |