webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
JSC::Bindings::ObjcValue Union Reference

#include <objc_utility.h>

Public Attributes

ObjectStructPtr objectValue
 
bool booleanValue
 
char charValue
 
short shortValue
 
int intValue
 
long longValue
 
long long longLongValue
 
float floatValue
 
double doubleValue
 

Member Data Documentation

◆ booleanValue

bool JSC::Bindings::ObjcValue::booleanValue

◆ charValue

char JSC::Bindings::ObjcValue::charValue

◆ doubleValue

double JSC::Bindings::ObjcValue::doubleValue

◆ floatValue

float JSC::Bindings::ObjcValue::floatValue

◆ intValue

int JSC::Bindings::ObjcValue::intValue

◆ longLongValue

long long JSC::Bindings::ObjcValue::longLongValue

◆ longValue

long JSC::Bindings::ObjcValue::longValue

◆ objectValue

ObjectStructPtr JSC::Bindings::ObjcValue::objectValue

◆ shortValue

short JSC::Bindings::ObjcValue::shortValue

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