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

Unified Diff: src/checks.h

Issue 426233002: Land the Fan (disabled) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | « src/bootstrapper.cc ('k') | src/checks.cc » ('j') | src/lithium-inl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/checks.h
diff --git a/src/checks.h b/src/checks.h
index ae50a96a6dbadba7666fb3271b0b42ff3e6059d2..bac5152b7ac38651ba27ebab9a824648683faf03 100644
--- a/src/checks.h
+++ b/src/checks.h
@@ -55,6 +55,20 @@ const bool FLAG_enable_slow_asserts = false;
void CheckNonEqualsHelper(const char* file,
int line,
+ const char* expected_source,
+ double expected,
+ const char* value_source,
+ double value);
+
+void CheckEqualsHelper(const char* file,
+ int line,
+ const char* expected_source,
+ double expected,
+ const char* value_source,
+ double value);
+
+void CheckNonEqualsHelper(const char* file,
+ int line,
const char* unexpected_source,
v8::Handle<v8::Value> unexpected,
const char* value_source,
« no previous file with comments | « src/bootstrapper.cc ('k') | src/checks.cc » ('j') | src/lithium-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698