webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CallData.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::CallData::function |
FunctionExecutable* JSC::CallData::functionExecutable |
struct { ... } JSC::CallData::js |
struct { ... } JSC::CallData::js |
struct { ... } JSC::CallData::native |
struct { ... } JSC::CallData::native |
JSScope* JSC::CallData::scope |