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

Unified Diff: src/objects.h

Issue 2657413002: No need to collect literal counts.
Patch Set: Rebase. 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
« no previous file with comments | « src/factory.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index c7b92e1b49d3222a24cea27895fa12329db31eac..a4e5799b172d7f14789ac3e795a5df7d2c2ca984 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -7121,10 +7121,6 @@ class SharedFunctionInfo: public HeapObject {
// [script]: Script from which the function originates.
DECL_ACCESSORS(script, Object)
- // [num_literals]: Number of literals used by this function.
- inline int num_literals() const;
- inline void set_num_literals(int value);
-
// [start_position_and_type]: Field used to store both the source code
// position, whether or not the function is a function expression,
// and whether or not the function is a toplevel function. The two
« no previous file with comments | « src/factory.cc ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698