Home
last modified time | relevance | path

Searched defs:DeclarationDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dparser.h758 struct DeclarationDescriptor { struct
759 enum Kind { NORMAL, PARAMETER };
760 Parser* parser;
761 Scope* scope;
762 Scope* hoist_scope;
763 VariableMode mode;
764 bool needs_init;
765 int declaration_pos;
766 int initialization_pos;
767 Kind declaration_kind;