OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_start
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-parsing.cc
99
i::KeywordMatcher
bad_start
;
local
100
bad_start
.AddChar(0);
101
CHECK_EQ(i::Token::IDENTIFIER,
bad_start
.token());
102
bad_start
.AddChar('i');
103
bad_start
.AddChar('f');
104
CHECK_EQ(i::Token::IDENTIFIER,
bad_start
.token());
/external/v8/test/mjsunit/
array-splice.js
206
bad_start
= { valueOf: function() { array.push(2*i); return -1; } };
208
spliced = array.splice(
bad_start
, bad_count);
Completed in 13 milliseconds