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

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowShell.h 51 setPrototype(globalData, window->prototype());
  /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.h 86 void setPrototype(const QScriptValue& 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/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 477 object.setPrototype(object2);
621 object2.setPrototype(object);
800 object2.setPrototype(object);
804 inv.setPrototype(object);
809 QTest::ignoreMessage(QtWarningMsg, "QScriptValue::setPrototype() failed: cannot set a prototype created in a different engine");
810 object2.setPrototype(object3);
825 QTest::ignoreMessage(QtWarningMsg, "QScriptValue::setPrototype() failed: cyclic prototype value");
826 object.setPrototype(object);
829 object2.setPrototype(object);
830 QTest::ignoreMessage(QtWarningMsg, "QScriptValue::setPrototype() failed: cyclic prototype value")
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.cpp 257 jsClassData.cachedPrototype->setPrototype(exec->globalData(), prototype);
JSObjectRef.cpp 86 object->setPrototype(exec->globalData(), prototype);
  /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...]
JSGlobalObject.cpp 302 setPrototype(globalData, prototype);
307 oldLastInPrototypeChain->setPrototype(globalData, objectPrototype);
ObjectConstructor.cpp 345 newObject->setPrototype(exec->globalData(), exec->argument(0));
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/
tst_qscriptvalueiterator.cpp 96 object.setPrototype(otherObject); // should not affect iterator

Completed in 205 milliseconds