StringToInt 1672 src/liveobjectlist.cc static_cast<int>(StringToInt(isolate->unicode_cache(), *address, 16)); StringToInt 6138 src/runtime.cc double value = StringToInt(isolate->unicode_cache(), s, radix); StringToInt 56 src/v8conversions.h double StringToInt(UnicodeCache* unicode_cache, String* str, int radix); StringToInt 4686 test/cctest/test-debug.cc res = StringToInt(pos + strlen(value)); StringToInt 4699 test/cctest/test-debug.cc res = StringToInt(pos + strlen(breakpoints)); StringToInt 4712 test/cctest/test-debug.cc int res = StringToInt(pos); StringToInt 4725 test/cctest/test-debug.cc res = StringToInt(pos + strlen(source_line));