| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index b11d856361c8c852be60e3cce548b3e3f5a60e95..448de88a2d7a513eab85ff0a1a4921f5204eb2ce 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1862,6 +1862,9 @@ class HGraphBuilder {
|
| HInstruction* BuildGetNativeContext();
|
| HInstruction* BuildGetScriptContext(int context_index);
|
| HInstruction* BuildGetArrayFunction();
|
| + HInstruction* BuildArrayBufferViewFieldAccessor(HValue* object,
|
| + FieldIndex index);
|
| +
|
|
|
| protected:
|
| void SetSourcePosition(int position) {
|
| @@ -2244,9 +2247,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| FOR_EACH_HYDROGEN_INTRINSIC(GENERATOR_DECLARATION)
|
| #undef GENERATOR_DECLARATION
|
|
|
| - void GenerateArrayBufferViewIndirectAccessor(CallRuntime* call,
|
| - HObjectAccess access);
|
| -
|
| void VisitDelete(UnaryOperation* expr);
|
| void VisitVoid(UnaryOperation* expr);
|
| void VisitTypeof(UnaryOperation* expr);
|
|
|