|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <npruntime.h>
Public Attributes | |
| NPVariantType | type |
| union { | |
| bool boolValue | |
| int32_t intValue | |
| double doubleValue | |
| NPString stringValue | |
| NPObject * objectValue | |
| } | value |
| union { | |
| bool boolValue | |
| int32_t intValue | |
| double doubleValue | |
| NPString stringValue | |
| NPObject * objectValue | |
| } | value |
| bool _NPVariant::boolValue |
| double _NPVariant::doubleValue |
| int32_t _NPVariant::intValue |
| NPObject* _NPVariant::objectValue |
| NPString _NPVariant::stringValue |
| NPVariantType _NPVariant::type |
| union { ... } _NPVariant::value |
| union { ... } _NPVariant::value |
1.8.13