HomeSort by relevance Sort by last modified time
    Searched defs:setPrototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 559 \sa setPrototype(), isObject()
577 void QScriptValue::setPrototype(const QScriptValue& prototype)
579 d_ptr->setPrototype(QScriptValuePrivate::get(prototype));
qscriptvalue_p.h 120 inline void setPrototype(QScriptValuePrivate* prototype);
713 inline void QScriptValuePrivate::setPrototype(QScriptValuePrivate* prototype)
717 qWarning("QScriptValue::setPrototype() failed: cannot set a prototype created in a different engine");
725 qWarning("QScriptValue::setPrototype() failed: cyclic prototype value");
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSObject.h 90 void setPrototype(JSGlobalData&, JSValue prototype);
437 setPrototype(globalData, prototype);
441 inline void JSObject::setPrototype(JSGlobalData& globalData, JSValue prototype)
    [all...]

Completed in 159 milliseconds