Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 3efffc554a8327766e8c7e017aed2135025da897..5b61917dd157780c1475633d35c33e3dc5116fad 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -1141,6 +1141,9 @@ class Runtime : public AllStatic { |
static MaybeHandle<JSArray> GetInternalProperties(Isolate* isolate, |
Handle<Object>); |
+ |
+ static bool ComputeLocation(Isolate* isolate, MessageLocation* target); |
+ static Handle<String> RenderCallSite(Isolate* isolate, Handle<Object> object); |
}; |