/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
tst_qscriptvalue.cpp | 547 // Undeletable 548 object.setProperty("undeletableProperty", num, QScriptValue::Undeletable); 549 // QCOMPARE(object.propertyFlags("undeletableProperty"), QScriptValue::Undeletable); 572 QEXPECT_FAIL("", "With JSC-based back-end, undeletable properties can't be deleted from C++", Continue); 574 // QEXPECT_FAIL("", "With JSC-based back-end, undeletable properties can't be deleted from C++", Continue); 1026 bool undeletable = flags & QScriptValue::Undeletable; local [all...] |
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptengine_p.cpp | 119 result->setProperty(protoName, prototype, QScriptValue::Undeletable); 120 prototype->setProperty(constructorName, result, QScriptValue::PropertyFlags(QScriptValue::Undeletable | QScriptValue::SkipInEnumeration));
|
qscriptvalue.h | 48 Undeletable = 0x00000002,
|
qscriptconverter_p.h | 138 if (flags.testFlag(QScriptValue::Undeletable))
|
qscriptvalue_p.h | 1116 bool undeletable = !JSValueToBoolean(*m_engine, JSObjectGetProperty(*m_engine, propertyDescriptor, configurableName, &exception)); local [all...] |
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/ |
tst_qscriptvalueiterator.cpp | 236 QCOMPARE(it.flags(), QScriptValue::PropertyFlags(QScriptValue::SkipInEnumeration | QScriptValue::Undeletable)); 444 // Undeletable property can't be deleted via iterator. 448 object.setProperty("b", QScriptValue(&engine, 816), QScriptValue::Undeletable); 481 QCOMPARE(it.flags(), QScriptValue::PropertyFlags(QScriptValue::ReadOnly | QScriptValue::SkipInEnumeration | QScriptValue::Undeletable));
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/ |
tst_qscriptengine.cpp | 107 QCOMPARE(fun.propertyFlags("prototype"), QScriptValue::Undeletable); 109 QCOMPARE(prot.propertyFlags("constructor"), QScriptValue::PropertyFlags(QScriptValue::Undeletable | QScriptValue::SkipInEnumeration)); 131 QCOMPARE(fun.propertyFlags("prototype"), QScriptValue::Undeletable); 133 QCOMPARE(prot.propertyFlags("constructor"), QScriptValue::PropertyFlags(QScriptValue::Undeletable | QScriptValue::SkipInEnumeration)); 158 QCOMPARE(fun.propertyFlags("prototype"), QScriptValue::Undeletable); 161 QCOMPARE(proto.propertyFlags("constructor"), QScriptValue::PropertyFlags(QScriptValue::Undeletable | QScriptValue::SkipInEnumeration));
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 29 // deletable and only specific ones undeletable or read-only.
|
/external/e2fsprogs/misc/ |
chattr.1.in | 31 undeletable (u), no atime updates (A), synchronous directory updates (D),
|
/external/chromium/chrome/browser/resources/options/ |
content_settings_exceptions_area.js | 450 if (listItem.undeletable)
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command.cc | 303 // If the item was deleted, and it's undeletable (uses the client tag),
|
syncer_util.cc | 396 // Items identified by the client unique tag are undeletable; when [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 286 is considered undeletable before reload. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 286 is considered undeletable before reload. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 286 is considered undeletable before reload. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 286 is considered undeletable before reload. */ [all...] |