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

Unified Diff: src/api.h

Issue 2526703002: [wasm] [asmjs] Route asm.js warnings to the dev console. (Closed)
Patch Set: fix Created 4 years, 1 month 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
« include/v8.h ('K') | « include/v8.h ('k') | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.h
diff --git a/src/api.h b/src/api.h
index 6fcaa90a5ebe2160f0a8bc15a60b6a7706201a5f..ee319b2058b78619d01d3ce096421241e46bb17c 100644
--- a/src/api.h
+++ b/src/api.h
@@ -121,6 +121,7 @@ class Utils {
return condition;
}
static void ReportOOMFailure(const char* location, bool is_heap_oom);
+ static void ReportAsmJsWarning(i::Handle<i::JSMessageObject> message);
static inline Local<Context> ToLocal(
v8::internal::Handle<v8::internal::Context> obj);
« include/v8.h ('K') | « include/v8.h ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698