Searched refs:isJSBased (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue_p.h192 inline bool isJSBased() const;
211 if (isJSBased())
675 if (isJSBased())
737 if (!isJSBased() && !other->isJSBased()) {
779 if (isJSBased() && !other->isJSBased()) {
784 } else if (!isJSBased() && other->isJSBased()) {
799 if (isJSBased()) {
1206 bool QScriptValuePrivate::isJSBased() const { return m_state >= JSValue; } function in class:QScriptValuePrivate
[all...]

Completed in 102 milliseconds