|  | v8 13.6.233  (node 24.1.0)
    V8 is Google's open source JavaScript engine | 
#include <v8-data.h>

| Public Member Functions | |
| bool | IsValue () const | 
| bool | IsModule () const | 
| bool | IsModuleRequest () const | 
| bool | IsFixedArray () const | 
| bool | IsPrivate () const | 
| bool | IsObjectTemplate () const | 
| bool | IsFunctionTemplate () const | 
| bool | IsContext () const | 
| bool IsContext | ( | ) | const | 
Returns true if this data is a |v8Context|.
| bool IsFixedArray | ( | ) | const | 
Returns tru if this data is a |v8FixedArray|
| bool IsFunctionTemplate | ( | ) | const | 
Returns true if this data is a |v8FunctionTemplate|.
| bool IsModule | ( | ) | const | 
Returns true if this data is a |v8Module|.
| bool IsModuleRequest | ( | ) | const | 
Returns true if this data is a |v8ModuleRequest|.
| bool IsObjectTemplate | ( | ) | const | 
Returns true if this data is a |v8ObjectTemplate|.
| bool IsPrivate | ( | ) | const | 
Returns true if this data is a |v8Private|.
| bool IsValue | ( | ) | const | 
Returns true if this data is a |v8Value|.