Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1018)

Unified Diff: src/runtime/runtime.h

Issue 1752133004: [proxies] throw TypeError in [[Call]] if is_callable Map bit is unset (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/runtime/runtime.cc » ('j') | src/runtime/runtime-proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | src/runtime/runtime.cc » ('j') | src/runtime/runtime-proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698