Index: src/ic/ic-compiler.h |
diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h |
index 8570ab17299f80a7de64a1246aec14fac7f6b098..303e732d14446da5747fd8de811900a605a6dfc0 100644 |
--- a/src/ic/ic-compiler.h |
+++ b/src/ic/ic-compiler.h |
@@ -125,6 +125,12 @@ class PropertyICCompiler : public PropertyAccessCompiler { |
static Handle<Code> ComputeCompareNil(Handle<Map> receiver_map, |
CompareNilICStub* stub); |
+ // Helpers |
+ // TODO(verwaest): Move all uses of these helpers to the PropertyICCompiler |
+ // and make the helpers private. |
+ static void GenerateRuntimeSetProperty(MacroAssembler* masm, |
+ StrictMode strict_mode); |
+ |
private: |
PropertyICCompiler(Isolate* isolate, Code::Kind kind, |