V8 Project
interface-descriptors.cc File Reference
#include "src/v8.h"
#include "src/interface-descriptors.h"
+ Include dependency graph for interface-descriptors.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define DEF_CASE(NAME)
 

Macro Definition Documentation

◆ DEF_CASE

#define DEF_CASE (   NAME)
Value:
case CallDescriptors::NAME: \
return #NAME " Descriptor";