![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::interpreter |
Macros | |
#define | TYPEOF_LITERAL_LIST(V) |
#define | DECLARE_LITERAL_FLAG(name, _) |
Enumerations | |
enum class | v8::internal::interpreter::TryFinallyContinuationToken : int { v8::internal::interpreter::kFallthroughToken = -1 , v8::internal::interpreter::kRethrowToken = 0 } |
#define DECLARE_LITERAL_FLAG | ( | name, | |
_ ) |
Definition at line 68 of file bytecode-flags-and-tokens.h.
#define TYPEOF_LITERAL_LIST | ( | V | ) |
Definition at line 54 of file bytecode-flags-and-tokens.h.