v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
debug-evaluate.cc File Reference
Include dependency graph for debug-evaluate.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define INTRINSIC_ALLOWLIST(V)
 
#define INLINE_INTRINSIC_ALLOWLIST(V)
 
#define CASE(Name)
 
#define INLINE_CASE(Name)
 

Macro Definition Documentation

◆ CASE

#define CASE ( Name)
Value:
case Runtime::k##Name:

◆ INLINE_CASE

#define INLINE_CASE ( Name)
Value:
case Runtime::kInline##Name:

◆ INLINE_INTRINSIC_ALLOWLIST

#define INLINE_INTRINSIC_ALLOWLIST ( V)
Value:
V(AsyncFunctionEnter) \
V(AsyncFunctionResolve)
#define V(Name)

◆ INTRINSIC_ALLOWLIST

#define INTRINSIC_ALLOWLIST ( V)