V8 Project
v8::Consts Class Reference

#include <api.h>

+ Collaboration diagram for v8::Consts:

Public Types

enum  TemplateType { FUNCTION_TEMPLATE = 0 , OBJECT_TEMPLATE = 1 }
 

Detailed Description

Definition at line 22 of file api.h.

Member Enumeration Documentation

◆ TemplateType

Enumerator
FUNCTION_TEMPLATE 
OBJECT_TEMPLATE 

Definition at line 24 of file api.h.

24  {
26  OBJECT_TEMPLATE = 1
27  };
@ OBJECT_TEMPLATE
Definition: api.h:26
@ FUNCTION_TEMPLATE
Definition: api.h:25

The documentation for this class was generated from the following file: