Index: test/unittests/compiler/node-test-utils.h |
diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h |
index 02ee82e202d428837941e651d97f0505e1804428..ef215bae80d491627076442962302ee9753e0dab 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -353,53 +353,6 @@ Matcher<Node*> IsNumberToInt32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsNumberToUint32(const Matcher<Node*>& input_matcher); |
Matcher<Node*> IsParameter(const Matcher<int> index_matcher); |
Matcher<Node*> IsLoadFramePointer(); |
-Matcher<Node*> IsJSLoadGlobal(const Handle<Name> name, |
- const TypeofMode typeof_mode, |
- const Matcher<Node*>& feedback_vector_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSStoreGlobal(const Handle<Name> name, |
- const Matcher<Node*>& value, |
- const Matcher<Node*>& feedback_vector_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSLoadNamed(const Handle<Name> name, |
- const Matcher<Node*>& object_value_matcher, |
- const Matcher<Node*>& feedback_vector_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSLoadProperty(const Matcher<Node*>& object_matcher, |
- const Matcher<Node*>& key_matcher, |
- const Matcher<Node*>& feedback_vector_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSStoreNamed(const Handle<Name> name, |
- const Matcher<Node*>& object_matcher, |
- const Matcher<Node*>& value_matcher, |
- const Matcher<Node*>& feedback_vector_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSStoreProperty(const Matcher<Node*>& object_matcher, |
- const Matcher<Node*>& key_matcher, |
- const Matcher<Node*>& value_matcher, |
- const Matcher<Node*>& feedback_vector_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSCallConstruct(std::vector<Matcher<Node*>> value_matchers, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSCallFunction(std::vector<Matcher<Node*>> value_matchers, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSCallRuntime(std::vector<Matcher<Node*>> value_matchers, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
-Matcher<Node*> IsJSUnaryNot(const Matcher<Node*>& value_matcher); |
-Matcher<Node*> IsJSTypeOf(const Matcher<Node*>& value_matcher); |
-Matcher<Node*> IsJSDeleteProperty(const Matcher<Node*>& object_value_matcher, |
- const Matcher<Node*>& key_matcher, |
- const Matcher<Node*>& effect_matcher, |
- const Matcher<Node*>& control_matcher); |
} // namespace compiler |
} // namespace internal |