![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operation-matcher.h>
Classes | |
| struct | Wildcard |
Public Member Functions | |
| OptionMatch () | |
| OptionMatch (const T &value) | |
| OptionMatch (T *value) | |
| bool | matches (const T &matched) |
| void | bind (const T &matched) |
Public Attributes | |
| std::variant< Wildcard, T, T * > | v_ |
Definition at line 63 of file operation-matcher.h.
|
inline |
Definition at line 66 of file operation-matcher.h.
|
inline |
Definition at line 67 of file operation-matcher.h.
|
inline |
Definition at line 68 of file operation-matcher.h.
|
inline |
|
inline |
| std::variant<Wildcard, T, T*> v8::internal::compiler::turboshaft::detail::OptionMatch< T >::v_ |
Definition at line 70 of file operation-matcher.h.