v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
templates.h File Reference
#include <optional>
#include <string_view>
#include "include/v8-exception.h"
#include "include/v8-memory-span.h"
#include "src/handles/handles.h"
#include "src/objects/contexts.h"
#include "src/objects/struct.h"
#include "torque-generated/bit-fields.h"
#include "src/objects/object-macros.h"
#include "torque-generated/src/objects/templates-tq.inc"
#include "src/objects/object-macros-undef.h"
Include dependency graph for templates.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::TemplateInfo
 
class  v8::internal::TemplateInfoWithProperties
 
class  v8::internal::FunctionTemplateRareData
 
class  v8::internal::FunctionTemplateInfo
 
class  v8::internal::ObjectTemplateInfo
 
class  v8::internal::DictionaryTemplateInfo
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define DECL_RARE_ACCESSORS(Name, CamelName, ...)
 

Macro Definition Documentation

◆ DECL_RARE_ACCESSORS

#define DECL_RARE_ACCESSORS ( Name,
CamelName,
... )
Value:
DECL_GETTER(Get##CamelName, Tagged<__VA_ARGS__>) \
static inline void Set##CamelName( \
Isolate* isolate, \
DirectHandle<FunctionTemplateInfo> function_template_info, \
DirectHandle<__VA_ARGS__> Name);
#define DECL_GETTER(name,...)

Definition at line 121 of file templates.h.