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

Unified Diff: src/interpreter/interpreter.h

Issue 2151163002: [stubs] Improve code generation for ToBoolean. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE. Fix redness. Created 4 years, 5 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/heap/heap.cc ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/interpreter/interpreter.h
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index e42fc1c48c34cf52bec7e2916efc59d6378de18d..63d101782729d371cfe1f16e43d2a2c9aec20dab 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -143,16 +143,6 @@ class Interpreter {
compiler::Node* BuildLoadKeyedProperty(Callable ic,
InterpreterAssembler* assembler);
- // Generates code to perform logical-not on boolean |value| and returns the
- // result.
- compiler::Node* BuildLogicalNot(compiler::Node* value,
- InterpreterAssembler* assembler);
-
- // Generates code to convert |value| to a boolean and returns the
- // result.
- compiler::Node* BuildToBoolean(compiler::Node* value,
- InterpreterAssembler* assembler);
-
uintptr_t GetDispatchCounter(Bytecode from, Bytecode to) const;
// Get dispatch table index of bytecode.
« no previous file with comments | « src/heap/heap.cc ('k') | src/interpreter/interpreter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698