Home | History | Annotate | Download | only in api

Lines Matching refs:Undeletable

1116     bool undeletable = !JSValueToBoolean(*m_engine, JSObjectGetProperty(*m_engine, propertyDescriptor, configurableName, &exception));
1117 if (!exception && undeletable)
1118 flags |= QScriptValue::Undeletable;