JSToken Struct Reference
#include <jsscan.h>
Public Attributes | |
| JSTokenType | type |
| JSTokenPos | pos |
| jschar * | ptr |
| union { | |
| struct { | |
| JSOp op | |
| JSAtom * atom | |
| } s | |
| struct { | |
| JSAtom * atom2 | |
| JSAtom * atom | |
| } p | |
| jsdouble dval | |
| } | u |
Member Data Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The documentation for this struct was generated from the following file:
- vcf/JavaScriptKit/js-impl/jsscan.h
