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

Unified Diff: src/runtime/runtime-scopes.cc

Issue 1513713002: [cleanup] [proxies] Unify style of recently written code (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 5 years 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/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime-scopes.cc
diff --git a/src/runtime/runtime-scopes.cc b/src/runtime/runtime-scopes.cc
index e99963dfbbc605fc362d73ea62b9a75cd89d0b87..c416e244faabec36df54efd75e4ef2b0d9f3602c 100644
--- a/src/runtime/runtime-scopes.cc
+++ b/src/runtime/runtime-scopes.cc
@@ -826,8 +826,10 @@ RUNTIME_FUNCTION(Runtime_DeclareModules) {
}
}
- if (JSObject::PreventExtensions(module, Object::THROW_ON_ERROR).IsNothing())
+ if (JSObject::PreventExtensions(module, Object::THROW_ON_ERROR)
+ .IsNothing()) {
DCHECK(false);
+ }
}
DCHECK(!isolate->has_pending_exception());
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698