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

Unified Diff: src/scopes.h

Issue 7830036: Optimize isFinite and isNaN. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Made the change general by moving putting it in the NUMBER_IS_FINITE macro. Created 9 years, 3 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/scanner.h ('k') | src/scopes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scopes.h
diff --git a/src/scopes.h b/src/scopes.h
index d18c6bc2740a70f0eb0eb92d4c1aa392360b5e32..a01d9c7d472b5c2b1005d158c5efed6088c6af0e 100644
--- a/src/scopes.h
+++ b/src/scopes.h
@@ -112,11 +112,6 @@ class Scope: public ZoneObject {
void Initialize(bool inside_with);
- // Checks if the block scope is redundant, i.e. it does not contain any
- // block scoped declarations. In that case it is removed from the scope
- // tree and its children are reparented.
- Scope* FinalizeBlockScope();
-
// ---------------------------------------------------------------------------
// Declarations
« no previous file with comments | « src/scanner.h ('k') | src/scopes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698