v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::AnyCType Union Reference

#include <v8-fast-api-calls.h>

Collaboration diagram for v8::AnyCType:

Public Member Functions

 AnyCType ()
 

Public Attributes

bool bool_value
 
int32_t int32_value
 
uint32_t uint32_value
 
int64_t int64_value
 
uint64_t uint64_value
 
float float_value
 
double double_value
 
void * pointer_value
 
Local< Objectobject_value
 
Local< Arraysequence_value
 
const FastOneByteStringstring_value
 
FastApiCallbackOptionsoptions_value
 

Detailed Description

Definition at line 387 of file v8-fast-api-calls.h.

Constructor & Destructor Documentation

◆ AnyCType()

v8::AnyCType::AnyCType ( )
inline

Definition at line 388 of file v8-fast-api-calls.h.

Member Data Documentation

◆ bool_value

bool v8::AnyCType::bool_value

Definition at line 400 of file v8-fast-api-calls.h.

◆ double_value

double v8::AnyCType::double_value

Definition at line 406 of file v8-fast-api-calls.h.

◆ float_value

float v8::AnyCType::float_value

Definition at line 405 of file v8-fast-api-calls.h.

◆ int32_value

int32_t v8::AnyCType::int32_value

Definition at line 401 of file v8-fast-api-calls.h.

◆ int64_value

int64_t v8::AnyCType::int64_value

Definition at line 403 of file v8-fast-api-calls.h.

◆ object_value

Local<Object> v8::AnyCType::object_value

Definition at line 408 of file v8-fast-api-calls.h.

◆ options_value

FastApiCallbackOptions* v8::AnyCType::options_value

Definition at line 411 of file v8-fast-api-calls.h.

◆ pointer_value

void* v8::AnyCType::pointer_value

Definition at line 407 of file v8-fast-api-calls.h.

◆ sequence_value

Local<Array> v8::AnyCType::sequence_value

Definition at line 409 of file v8-fast-api-calls.h.

◆ string_value

const FastOneByteString* v8::AnyCType::string_value

Definition at line 410 of file v8-fast-api-calls.h.

◆ uint32_value

uint32_t v8::AnyCType::uint32_value

Definition at line 402 of file v8-fast-api-calls.h.

◆ uint64_value

uint64_t v8::AnyCType::uint64_value

Definition at line 404 of file v8-fast-api-calls.h.


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