webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ConstructData.h>
Public Attributes | |
union { | |
struct { | |
NativeFunction function | |
} native | |
struct { | |
FunctionExecutable * functionExecutable | |
JSScope * scope | |
} js | |
}; | |
union { | |
struct { | |
NativeFunction function | |
} native | |
struct { | |
FunctionExecutable * functionExecutable | |
JSScope * scope | |
} js | |
}; | |
union { ... } |
union { ... } |
NativeFunction JSC::ConstructData::function |
FunctionExecutable* JSC::ConstructData::functionExecutable |
struct { ... } JSC::ConstructData::js |
struct { ... } JSC::ConstructData::js |
struct { ... } JSC::ConstructData::native |
struct { ... } JSC::ConstructData::native |
JSScope* JSC::ConstructData::scope |