ReactOS 0.4.16-dev-329-g9223134
|
#include <parser.h>
Public Attributes | |
unsigned | type |
literal_t * | name |
expression_t * | value |
struct _property_definition_t * | next |
literal_t* _property_definition_t::name |
Definition at line 365 of file parser.h.
Referenced by compile_object_literal().
struct _property_definition_t* _property_definition_t::next |
Definition at line 368 of file parser.h.
Referenced by compile_object_literal(), and visit_expression().
unsigned _property_definition_t::type |
Definition at line 364 of file parser.h.
Referenced by compile_object_literal().
expression_t* _property_definition_t::value |
Definition at line 366 of file parser.h.
Referenced by compile_object_literal(), and visit_expression().