Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 2938750e54d3437e642511b1e5af7353df361c8d..27bd02039482129b75baeff30c969b969a21801c 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4258,6 +4258,9 @@ class Map: public HeapObject { |
inline void ClearCodeCache(Heap* heap); |
// Update code cache. |
+ static void UpdateCodeCache(Handle<Map> map, |
+ Handle<String> name, |
+ Handle<Code> code); |
MUST_USE_RESULT MaybeObject* UpdateCodeCache(String* name, Code* code); |
// Returns the found code or undefined if absent. |