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

Unified Diff: src/full-codegen/full-codegen.h

Issue 2411873004: [ignition] Eliminate hole checks where statically possible for loads and stores (Closed)
Patch Set: Move logic to scope analysis time Created 4 years, 2 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/full-codegen/full-codegen.h
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h
index 2a4eb9dd3b1a5802d44354be4f612704cdfc6286..c30712fe90610516d9f736ff5d1f66e4ffcd5af8 100644
--- a/src/full-codegen/full-codegen.h
+++ b/src/full-codegen/full-codegen.h
@@ -520,8 +520,6 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> {
void EmitAccessor(ObjectLiteralProperty* property);
- bool NeedsHoleCheckForLoad(VariableProxy* proxy);
-
// Expects the arguments and the function already pushed.
void EmitResolvePossiblyDirectEval(Call* expr);

Powered by Google App Engine
This is Rietveld 408576698