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

  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.h 40 ResolvePrototype = 0x01,
42 ResolveFull = ResolvePrototype | ResolveScope
92 QScriptValue property(const QString& name, const ResolveFlags& mode = ResolvePrototype) const;
93 QScriptValue property(const QScriptString& name, const ResolveFlags& mode = ResolvePrototype) const;
94 QScriptValue property(quint32 arrayIndex, const ResolveFlags& mode = ResolvePrototype) const;
100 PropertyFlags propertyFlags(const QString& name, const ResolveFlags& mode = ResolvePrototype) const;
101 PropertyFlags propertyFlags(const QScriptString& name, const ResolveFlags& mode = ResolvePrototype) const;
qscriptvalue_p.h     [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 402 // default is ResolvePrototype
404 QCOMPARE(object1.property("propertyInPrototype", QScriptValue::ResolvePrototype)
480 // default is ResolvePrototype
483 QCOMPARE(object.property("propertyInPrototype", QScriptValue::ResolvePrototype)
    [all...]

Completed in 41 milliseconds