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

Unified Diff: src/api.cc

Issue 125133002: ARM: Enable the subnormal floats on QNX. Base URL: git://github.com/v8/v8.git@master
Patch Set: Reworked CL Created 6 years, 11 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
« include/v8.h ('K') | « samples/shell.cc ('k') | src/d8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index 3aa7af7366c6b65c92e13cfa5d686f98055f380b..31dec6058cb0df1e08cbae770bff274e09703a33 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -5099,6 +5099,11 @@ int v8::V8::ContextDisposedNotification() {
}
+void v8::V8::PerThreadSetUp() {
+ i::OS::PerThreadSetUp();
+}
+
+
bool v8::V8::InitializeICU() {
return i::InitializeICU();
}
« include/v8.h ('K') | « samples/shell.cc ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698