OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gotocase
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceJavaScriptTokenizer.js
40
| sed 's|{
gotoCase
= \([^; continue; };]*\)|{
gotoCase
= \1; continue; }|' \
95
var
gotoCase
= 1;
98
switch (
gotoCase
)
106
{
gotoCase
= this.case_DIV; continue; };
109
{
gotoCase
= this.case_NODIV; continue; };
111
{
gotoCase
= this.case_COMMENT; continue; };
116
{
gotoCase
= this.case_DSTRING; continue; };
119
{
gotoCase
= this.case_SSTRING; continue; };
121
{
gotoCase
= this.case_REGEX; continue; }
[
all
...]
SourceCSSTokenizer.js
41
| sed 's|{
gotoCase
= \([^; continue; };]*\)|{
gotoCase
= \1; continue; }|' \
173
var
gotoCase
= 1;
176
switch (
gotoCase
)
184
{
gotoCase
= this.case_INITIAL; continue; };
186
{
gotoCase
= this.case_COMMENT; continue; };
190
{
gotoCase
= this.case_DSTRING; continue; };
192
{
gotoCase
= this.case_SSTRING; continue; };
200
if (yych == '\n') {
gotoCase
= 4; continue; };
201
{
gotoCase
= 3; continue; }
[
all
...]
SourceHTMLTokenizer.js
40
// | sed 's|{
gotoCase
= \([^; continue; };]*\)|{
gotoCase
= \1; continue; }|' \
210
var
gotoCase
= 1;
213
switch (
gotoCase
)
221
{
gotoCase
= this.case_INITIAL; continue; };
224
{
gotoCase
= this.case_COMMENT; continue; };
226
{
gotoCase
= this.case_DOCTYPE; continue; };
231
{
gotoCase
= this.case_TAG; continue; };
234
{
gotoCase
= this.case_DSTRING; continue; };
236
{
gotoCase
= this.case_SSTRING; continue; }
[
all
...]
SourceJavaScriptTokenizer.re2js
39
| sed 's|goto case \([^;]*\)|{
gotoCase
= \1; continue; }|' \
94
var
gotoCase
= 1;
97
switch (
gotoCase
)
SourceCSSTokenizer.re2js
40
| sed 's|goto case \([^;]*\)|{
gotoCase
= \1; continue; }|' \
172
var
gotoCase
= 1;
175
switch (
gotoCase
)
SourceHTMLTokenizer.re2js
39
// | sed 's|goto case \([^;]*\)|{
gotoCase
= \1; continue; }|' \
209
var
gotoCase
= 1;
212
switch (
gotoCase
)
Completed in 2307 milliseconds