Home
last modified time | relevance | path

Searched refs:IsTypeGuardMatcher (Results 1 – 1 of 1) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dnode-test-utils.cc429 class IsTypeGuardMatcher final : public TestNodeMatcher { class
431 IsTypeGuardMatcher(const Matcher<Node*>& value_matcher, in IsTypeGuardMatcher() function in v8::internal::compiler::__anond20d1b170111::IsTypeGuardMatcher
1697 return MakeMatcher(new IsTypeGuardMatcher(value_matcher, control_matcher)); in IsTypeGuard()