Chromium Code Reviews| Index: src/interpreter/bytecode-generator.h |
| diff --git a/src/interpreter/bytecode-generator.h b/src/interpreter/bytecode-generator.h |
| index 0447aa8f4522e161c3502e95710f5e02364ddeb2..68993338fa4f586d02911a735bbaa499a8e76d85 100644 |
| --- a/src/interpreter/bytecode-generator.h |
| +++ b/src/interpreter/bytecode-generator.h |
| @@ -133,6 +133,8 @@ class BytecodeGenerator final : public AstVisitor<BytecodeGenerator> { |
| void VisitClassLiteralForRuntimeDefinition(ClassLiteral* expr); |
| void VisitClassLiteralProperties(ClassLiteral* expr, Register literal, |
| Register prototype); |
| + void VisitClassLiteralStaticPrototypeWithComputedName(Register name); |
|
rmcilroy
2016/11/29 13:05:23
Unused? Please remove.
|
| + void BuildClassLiteralNameProperty(ClassLiteral* expr, Register literal); |
| void VisitThisFunctionVariable(Variable* variable); |
| void VisitNewTargetVariable(Variable* variable); |
| void VisitBlockDeclarationsAndStatements(Block* stmt); |