Description[runtime] Fully remove RUNTIME_ASSERT for good.
This fully deprecates all uses of the RUNTIME_ASSERT macro and removes
the macro and underlying logging function in question. All uses have
been replaces with CHECK macros which crash safely even in production.
It makes sure we discover abuse of runtime functions in the wild early
and also abort the process safely. Breaking assumptions in any runtime
function can no longer accidentally be caught by JavaScript.
R=yangguo@chromium.org
BUG=v8:5066
Committed: https://crrev.com/04062e92cccb7b9feb3b12a9b44f5c2c4e96bdae
Cr-Commit-Position: refs/heads/master@{#37704}
Patch Set 1 #Patch Set 2 : Fix. #Patch Set 3 : Rebased. #
Messages
Total messages: 13 (7 generated)
|