OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALLOW_TRAILING_JUNK
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
conversions.h
119
ALLOW_TRAILING_JUNK
= 16
conversions-inl.h
144
bool
allow_trailing_junk
) {
166
if (
allow_trailing_junk
||
198
if (!
allow_trailing_junk
&&
245
const bool
allow_trailing_junk
= true;
314
unicode_cache, current, end, negative,
allow_trailing_junk
);
317
unicode_cache, current, end, negative,
allow_trailing_junk
);
320
unicode_cache, current, end, negative,
allow_trailing_junk
);
324
unicode_cache, current, end, negative,
allow_trailing_junk
);
328
unicode_cache, current, end, negative,
allow_trailing_junk
);
353
if (!
allow_trailing_junk
&
[
all
...]
runtime.cc
[
all
...]
/external/v8/src/
conversions.h
109
ALLOW_TRAILING_JUNK
= 4
conversions-inl.h
139
bool
allow_trailing_junk
) {
161
if (
allow_trailing_junk
||
193
if (!
allow_trailing_junk
&&
242
const bool
allow_trailing_junk
= true;
313
unicode_cache, current, end, negative,
allow_trailing_junk
);
316
unicode_cache, current, end, negative,
allow_trailing_junk
);
319
unicode_cache, current, end, negative,
allow_trailing_junk
);
323
unicode_cache, current, end, negative,
allow_trailing_junk
);
327
unicode_cache, current, end, negative,
allow_trailing_junk
);
352
if (!
allow_trailing_junk
&
[
all
...]
runtime.cc
[
all
...]
/external/v8/test/cctest/
test-conversions.cc
89
CHECK_EQ(8.0, StringToDouble(&uc, "8q",
ALLOW_TRAILING_JUNK
));
91
StringToDouble(&uc, "077qqq", ALLOW_OCTALS |
ALLOW_TRAILING_JUNK
));
93
StringToDouble(&uc, "10e", ALLOW_OCTALS |
ALLOW_TRAILING_JUNK
));
95
StringToDouble(&uc, "10e-", ALLOW_OCTALS |
ALLOW_TRAILING_JUNK
));
/external/chromium_org/v8/test/cctest/
test-conversions.cc
163
CHECK_EQ(8.0, StringToDouble(&uc, "8q",
ALLOW_TRAILING_JUNK
));
165
ALLOW_IMPLICIT_OCTAL |
ALLOW_TRAILING_JUNK
));
167
ALLOW_IMPLICIT_OCTAL |
ALLOW_TRAILING_JUNK
));
169
ALLOW_IMPLICIT_OCTAL |
ALLOW_TRAILING_JUNK
));
Completed in 875 milliseconds