|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <parser.h>

Public Attributes | |
| const WCHAR * | begin |
| const WCHAR * | end |
| const WCHAR * | ptr |
| script_ctx_t * | script |
| struct _compiler_ctx_t * | compiler |
| source_elements_t * | source |
| BOOL | nl |
| BOOL | implicit_nl_semicolon |
| BOOL | is_html |
| BOOL | lexer_error |
| HRESULT | hres |
| ccval_t | ccval |
| unsigned | cc_if_depth |
| heap_pool_t | heap |
| struct _compiler_ctx_t* _parser_ctx_t::compiler |
| heap_pool_t _parser_ctx_t::heap |
| script_ctx_t* _parser_ctx_t::script |
| source_elements_t* _parser_ctx_t::source |