JSFunction Struct Reference
#include <jsfun.h>
Public Attributes | |
| JSObject * | object |
| uint16 | nargs |
| uint16 | flags |
| union { | |
| struct { | |
| uint16 extra | |
| uint16 spare | |
| JSNative native | |
| } n | |
| struct { | |
| uint16 nvars | |
| uint16 nregexps | |
| JSScript * script | |
| } i | |
| } | u |
| JSAtom * | atom |
| JSClass * | clasp |
Member Data Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The documentation for this struct was generated from the following file:
- vcf/JavaScriptKit/js-impl/jsfun.h
