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

Unified Diff: src/pending-compilation-error-handler.cc

Issue 2687973003: Revert of [Compiler] Enable handles created during parsing and scope analysis to be deferred. (Closed)
Patch Set: Created 3 years, 10 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
Index: src/pending-compilation-error-handler.cc
diff --git a/src/pending-compilation-error-handler.cc b/src/pending-compilation-error-handler.cc
index 0e7e76f64a962c7136b0feb0095fdccfa986afde..8f7660dd6b3e02966b997711100e0d67b2e79aa7 100644
--- a/src/pending-compilation-error-handler.cc
+++ b/src/pending-compilation-error-handler.cc
@@ -21,6 +21,7 @@
->NewStringFromUtf8(CStrVector(char_arg_))
.ToHandleChecked();
}
+ if (!handle_arg_.is_null()) return handle_arg_;
return isolate->factory()->undefined_string();
}
« no previous file with comments | « src/pending-compilation-error-handler.h ('k') | test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698