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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define INTERFACE_DESCRIPTOR(name, ...)
 
#define DEF_CASE(name, ...)
 

Macro Definition Documentation

◆ DEF_CASE

#define DEF_CASE ( name,
... )
Value:
case CallDescriptors::name: \
return #name " Descriptor";

◆ INTERFACE_DESCRIPTOR

#define INTERFACE_DESCRIPTOR ( name,
... )
Value:
name##Descriptor().Initialize(&call_descriptor_data_[CallDescriptors::name]);