Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index 1482f55bed57be956aaa2d874be4c1e5dbcdee68..fda8b5f387daf032c5633b3beb82883adc3deba3 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -124,18 +124,6 @@ class Interpreter { |
// Generates code to perform a JS call that collects type feedback. |
void DoJSCall(InterpreterAssembler* assembler, TailCallMode tail_call_mode); |
- // Generates code to perform a runtime call. |
- void DoCallRuntimeCommon(InterpreterAssembler* assembler); |
- |
- // Generates code to perform a runtime call returning a pair. |
- void DoCallRuntimeForPairCommon(InterpreterAssembler* assembler); |
- |
- // Generates code to perform a JS runtime call. |
- void DoCallJSRuntimeCommon(InterpreterAssembler* assembler); |
- |
- // Generates code to perform a constructor call. |
- void DoCallConstruct(InterpreterAssembler* assembler); |
- |
// Generates code to perform delete via function_id. |
void DoDelete(Runtime::FunctionId function_id, |
InterpreterAssembler* assembler); |
@@ -148,9 +136,6 @@ class Interpreter { |
void DoStaLookupSlot(LanguageMode language_mode, |
InterpreterAssembler* assembler); |
- // Generates a node with the undefined constant. |
- compiler::Node* BuildLoadUndefined(InterpreterAssembler* assembler); |
- |
// Generates code to load a context slot. |
compiler::Node* BuildLoadContextSlot(InterpreterAssembler* assembler); |