Index: src/interpreter/bytecode-array-builder.h |
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h |
index 12cb6a5bcee5dcba3620a0a2129b527afddc7185..5108df98e0ce3f6d6661f15999afbe8363231fcc 100644 |
--- a/src/interpreter/bytecode-array-builder.h |
+++ b/src/interpreter/bytecode-array-builder.h |
@@ -234,6 +234,7 @@ class V8_EXPORT_PRIVATE BytecodeArrayBuilder final |
// Unary Operators. |
BytecodeArrayBuilder& LogicalNot(); |
BytecodeArrayBuilder& TypeOf(); |
+ BytecodeArrayBuilder& GetSuperConstructor(); |
rmcilroy
2016/11/23 21:55:37
Please move this to it's own section and describe
|
// Deletes property from an object. This expects that accumulator contains |
// the key to be deleted and the register contains a reference to the object. |