toInt64           388 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_EXCEPTION_VOID(long long, cppValue, toInt64(v8Value, exceptionState), exceptionState);
toInt64          4627 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_EXCEPTION_VOID(long long, longLongArg, toInt64(info[0], exceptionState), exceptionState);
toInt64           286 Source/bindings/v8/Dictionary.h         return toInt64(value, configuration, exceptionState);
toInt64           422 Source/bindings/v8/V8Binding.cpp     return toInt64(value, NormalConversion, exceptionState);
toInt64           392 Source/bindings/v8/V8Binding.h int64_t toInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
toInt64           393 Source/bindings/v8/V8Binding.h inline int64_t toInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState)
toInt64           395 Source/bindings/v8/V8Binding.h     return toInt64(value, NormalConversion, exceptionState);
toInt64           399 Source/bindings/v8/V8Binding.h int64_t toInt64(v8::Handle<v8::Value>);
toInt64           100 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp         V8TRYCATCH_RETURN(long long, lastModifiedInt, toInt64(lastModified), false);
toInt64           333 Source/wtf/text/StringImpl.h     int64_t toInt64(bool* ok = 0); // ignores trailing garbage
toInt64           627 Source/wtf/text/WTFString.cpp     return m_impl->toInt64(ok);
toInt64           370 Source/wtf/text/WTFString.h     int64_t toInt64(bool* ok = 0) const;