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

Unified Diff: src/factory.cc

Issue 2633803002: [inspector] implemented blackboxing inside v8 (Closed)
Patch Set: fixed tests Created 3 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
Index: src/factory.cc
diff --git a/src/factory.cc b/src/factory.cc
index fac61a6ee8a212b677d04e78f2f52a76c59e821c..4b10a0b974816b6eb0ba2c33cf5e9abfda5daf01 100644
--- a/src/factory.cc
+++ b/src/factory.cc
@@ -2425,7 +2425,7 @@ Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfo(
share->set_expected_nof_properties(0);
share->set_num_literals(0);
share->set_start_position_and_type(0);
- share->set_end_position(0);
+ share->set_end_position_and_is_blackboxed(0);
share->set_function_token_position(0);
// All compiler hints default to false or 0.
share->set_compiler_hints(0);
« no previous file with comments | « src/debug/debug-interface.h ('k') | src/inspector/DEPS » ('j') | src/objects.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698