HomeSort by relevance Sort by last modified time
    Searched refs:unicode_cache (Results 1 - 15 of 15) sorted by null

  /external/v8/src/
conversions.h 96 double StringToDouble(UnicodeCache* unicode_cache,
100 double StringToDouble(UnicodeCache* unicode_cache,
105 double StringToDouble(UnicodeCache* unicode_cache,
111 double StringToInt(UnicodeCache* unicode_cache, String* str, int radix);
scanner.h 137 explicit V8JavaScriptScanner(UnicodeCache* unicode_cache)
138 : JavaScriptScanner(unicode_cache) {}
146 explicit JsonScanner(UnicodeCache* unicode_cache);
conversions.cc 112 static inline bool AdvanceToNonspace(UnicodeCache* unicode_cache,
116 if (!unicode_cache->IsWhiteSpace(**current)) return true;
137 static double InternalStringToIntDouble(UnicodeCache* unicode_cache,
164 !AdvanceToNonspace(unicode_cache, &current, end)) {
196 AdvanceToNonspace(unicode_cache, &current, end)) {
240 static double InternalStringToInt(UnicodeCache* unicode_cache,
247 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
257 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
262 if (!AdvanceToNonspace(unicode_cache, &current, end)) {
315 unicode_cache, current, end, negative, allow_trailing_junk)
    [all...]
preparser-api.cc 162 explicit StandAloneJavaScriptScanner(UnicodeCache* unicode_cache)
163 : JavaScriptScanner(unicode_cache) { }
195 internal::UnicodeCache unicode_cache; local
196 internal::StandAloneJavaScriptScanner scanner(&unicode_cache);
dateparser-inl.h 39 UnicodeCache* unicode_cache) {
41 InputReader<Char> in(unicode_cache, str);
scanner-base.cc 40 Scanner::Scanner(UnicodeCache* unicode_cache)
41 : unicode_cache_(unicode_cache),
dateparser.h 70 InputReader(UnicodeCache* unicode_cache, Vector<Char> s)
74 unicode_cache_(unicode_cache) {
scanner.cc 348 JsonScanner::JsonScanner(UnicodeCache* unicode_cache)
349 : Scanner(unicode_cache) { }
parser.h 787 scanner_(isolate_->unicode_cache()) { }
isolate.h 856 UnicodeCache* unicode_cache() { function in class:v8::internal::Isolate
    [all...]
parser.cc 579 scanner_(isolate_->unicode_cache()),
    [all...]
runtime.cc     [all...]
objects.cc     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc 272 i::V8JavaScriptScanner scanner(i::Isolate::Current()->unicode_cache());
371 i::V8JavaScriptScanner scanner(i::Isolate::Current()->unicode_cache());
589 i::V8JavaScriptScanner scanner(i::Isolate::Current()->unicode_cache());
670 i::V8JavaScriptScanner scanner(i::Isolate::Current()->unicode_cache());

Completed in 2663 milliseconds