![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-internal.h>
Public Member Functions | |
constexpr | TagRange (Tag first, Tag last) |
constexpr | TagRange (Tag tag) |
constexpr | TagRange () |
constexpr bool | IsEmpty () const |
constexpr size_t | Size () const |
constexpr bool | Contains (Tag tag) const |
constexpr bool | Contains (TagRange tag_range) const |
constexpr bool | operator== (const TagRange other) const |
constexpr size_t | hash_value () const |
Public Attributes | |
const Tag | first |
const Tag | last |
Definition at line 446 of file v8-internal.h.
|
inlineconstexpr |
Definition at line 452 of file v8-internal.h.
|
inlineconstexpr |
Definition at line 459 of file v8-internal.h.
|
inlineconstexpr |
Definition at line 463 of file v8-internal.h.
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 484 of file v8-internal.h.
|
inlineconstexpr |
Definition at line 492 of file v8-internal.h.
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 488 of file v8-internal.h.
|
inlineconstexpr |
Definition at line 468 of file v8-internal.h.
const Tag v8::internal::TagRange< Tag >::first |
Definition at line 498 of file v8-internal.h.
const Tag v8::internal::TagRange< Tag >::last |
Definition at line 499 of file v8-internal.h.