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

  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.h 142 inline long long toInt64(v8::Local<v8::Value> value)
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 277 int64_t toInt64(bool* ok = 0); // ignores trailing garbage
WTFString.cpp 534 int64_t String::toInt64(bool* ok) const
541 return m_impl->toInt64(ok);
WTFString.h 269 int64_t toInt64(bool* ok = 0) const;
StringImpl.cpp 446 int64_t StringImpl::toInt64(bool* ok)
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 142 long long v = toInt64(value);
158 unsigned long long v = toInt64(value);
    [all...]

Completed in 199 milliseconds