Searched defs:toUInt32 (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.h63 static uint32_t toUInt32(const UString&, bool& ok);
64 uint32_t toUInt32(bool& ok) const { return toUInt32(m_string, ok); } function in class:JSC::Identifier
H A DIdentifier.cpp173 uint32_t Identifier::toUInt32(const UString& string, bool& ok) function in class:JSC::Identifier
H A DJSValueInlineMethods.h40 inline uint32_t JSValue::toUInt32(ExecState* exec) const function in class:JSC::JSValue
42 // See comment on JSC::toUInt32, above.
H A DJSValue.h92 inline uint32_t toUInt32(double number) function in namespace:JSC
195 uint32_t toUInt32(ExecState*) const;
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_totype.cpp1548 void tst_QScriptValue::toUInt32() function in class:tst_QScriptValue
1552 QCOMPARE(value.toUInt32(), expected);
1553 QCOMPARE(value.toUInt32(), expected);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue.cpp389 \sa isNumber(), toInteger(), toInt32(), toUInt32(), toUInt16()
450 \sa toNumber(), toUInt32()
469 quint32 QScriptValue::toUInt32() const function in class:QScriptValue
471 return d_ptr->toUInt32();
H A Dqscriptvalue_p.h113 inline quint32 toUInt32() const;
592 quint32 QScriptValuePrivate::toUInt32() const function in class:QScriptValuePrivate
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp82 void toUInt32();
363 void tst_QScriptValue::toUInt32() function in class:tst_QScriptValue
367 value.toUInt32();
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Binding.h128 uint32_t toUInt32(v8::Handle<v8::Value> value, bool& ok);
131 inline uint32_t toUInt32(v8::Handle<v8::Value> value) function in namespace:WebCore
134 return toUInt32(value, ok);
H A DV8Binding.cpp176 uint32_t toUInt32(v8::Handle<v8::Value> value, bool& ok) function in namespace:WebCore

Completed in 132 milliseconds