Lines Matching refs:PropertyAttribute

1603     PropertyAttribute object(value, true, true, true);
1609 TEST_TIME(PropertyAttribute::Default);
1618 PropertyAttribute *p = new PropertyAttribute();
1622 TEST_TIME(PropertyAttribute::PropertyAttribute);
1632 PropertyAttribute *p = new PropertyAttribute(value, true, true, true);
1636 TEST_TIME(PropertyAttribute::PropertyAttribute);
1644 PropertyAttribute object(value, true, true, true);
1652 TEST_TIME(PropertyAttribute::IsWritable);
1660 PropertyAttribute object(value, false, true, true);
1670 TEST_TIME(PropertyAttribute::SetWritable);
1678 PropertyAttribute object(value, true, true, true);
1686 TEST_TIME(PropertyAttribute::IsEnumerable);
1694 PropertyAttribute object(value, true, false, true);
1704 TEST_TIME(PropertyAttribute::SetEnumerable);
1712 PropertyAttribute object(value, true, true, true);
1720 TEST_TIME(PropertyAttribute::IsConfigurable);
1728 PropertyAttribute object(value, true, true, false);
1738 TEST_TIME(PropertyAttribute::SetConfigurable);
1746 PropertyAttribute object(value, true, true, true);
1753 TEST_TIME(PropertyAttribute::HasWritable);
1760 Local<PropertyAttribute> obj;
1767 TEST_TIME(PropertyAttribute::HasConfigurable);
1775 PropertyAttribute object(value, true, true, true);
1782 TEST_TIME(PropertyAttribute::HasEnumerable);
1790 PropertyAttribute object(value, true, true, true);
1796 TEST_TIME(PropertyAttribute::GetValue);
1804 PropertyAttribute object;
1810 TEST_TIME(PropertyAttribute::SetValue);
1818 PropertyAttribute object(value, true, true, true);
1824 TEST_TIME(PropertyAttribute::HasValue);
1832 PropertyAttribute object;
1838 TEST_TIME(PropertyAttribute::SetGetter);
1846 PropertyAttribute object;
1853 TEST_TIME(PropertyAttribute::GetGetter);
1861 PropertyAttribute object;
1868 TEST_TIME(PropertyAttribute::HasGetter);
1876 PropertyAttribute object;
1882 TEST_TIME(PropertyAttribute::SetSetter);
1890 PropertyAttribute object;
1897 TEST_TIME(PropertyAttribute::GetSetter);
1905 PropertyAttribute object;
1912 TEST_TIME(PropertyAttribute::HasSetter);
5272 PropertyAttribute attribute(value, true, true, true);
5287 PropertyAttribute attribute(value, true, true, true);