Searched defs:gotoCase (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceHTMLTokenizer.js40 // | sed 's|{ gotoCase = \([^; continue; };]*\)|{ gotoCase = \1; continue; }|' \
171 var gotoCase = 1; variable
173 switch (gotoCase)
181 { gotoCase = this.case_INITIAL; continue; };
184 { gotoCase = this.case_COMMENT; continue; };
186 { gotoCase = this.case_DOCTYPE; continue; };
191 { gotoCase = this.case_TAG; continue; };
194 { gotoCase = this.case_DSTRING; continue; };
196 { gotoCase
[all...]

Completed in 104 milliseconds