delProperty 240 libcore/Button.cpp getObject(&b)->delProperty(name); delProperty 212 libcore/PropertyList.h std::pair<bool,bool> delProperty(const ObjectURI& uri); delProperty 373 libcore/as_environment.cpp std::pair<bool, bool> ret = obj->delProperty(varkey); delProperty 386 libcore/as_environment.cpp std::pair<bool, bool> ret = getObject(ctx.target())->delProperty(varkey); delProperty 394 libcore/as_environment.cpp return vm.getGlobal()->delProperty(varkey).second; delProperty 595 libcore/as_environment.cpp return locals.delProperty(getURI(getVM(locals), varname)).second; delProperty 318 libcore/as_object.cpp return _members.delProperty(uri); delProperty 451 libcore/as_object.h std::pair<bool, bool> delProperty(const ObjectURI& uri); delProperty 1241 libcore/asobj/Array_as.cpp array->delProperty(currentkey); delProperty 1267 libcore/asobj/Array_as.cpp array->delProperty(ind); delProperty 1289 libcore/asobj/Array_as.cpp array->delProperty(currentkey); delProperty 1313 libcore/asobj/Array_as.cpp array->delProperty(topkey); delProperty 1314 libcore/asobj/Array_as.cpp array->delProperty(bottomkey); delProperty 1522 libcore/asobj/Array_as.cpp o.delProperty(arrayKey(vm, i)); delProperty 2124 libcore/vm/ASHandlers.cpp const std::pair<bool, bool> ret = obj->delProperty(getURI(vm, propertyname)); delProperty 2166 libcore/vm/ASHandlers.cpp const std::pair<bool, bool> ret = obj->delProperty(getURI(vm, var)); delProperty 2066 libcore/vm/Machine.cpp const bool deleted = obj->delProperty( delProperty 133 testsuite/libcore.all/PropertyListTest.cpp check(props.delProperty(getURI(vm, "var3")).second); delProperty 137 testsuite/libcore.all/PropertyListTest.cpp check(!props.delProperty(getURI(vm, "non-existent")).first); delProperty 144 testsuite/libcore.all/PropertyListTest.cpp std::pair<bool, bool> delpair = props.delProperty(getURI(vm, "var2")); delProperty 189 testsuite/libcore.all/PropertyListTest.cpp check(props.delProperty(getURI(vm, "var3")).second); delProperty 193 testsuite/libcore.all/PropertyListTest.cpp check(!props.delProperty(getURI(vm, "non-existent")).first); delProperty 200 testsuite/libcore.all/PropertyListTest.cpp std::pair<bool, bool> delpair = props.delProperty(getURI(vm, "var2")); delProperty 103 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp getObject(root)->delProperty(getURI(vm, "testReady"));