Searched refs:TypeValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DPropertySlot.h55 TypeValue, enumerator in enum:JSC::PropertySlot::PropertyType
81 bool isValue() const { return m_propertyType == TypeValue; }
132 m_propertyType = TypeValue;
144 m_propertyType = TypeValue;
155 m_propertyType = TypeValue;
213 m_propertyType = TypeValue;
H A DJSObject.h1625 if (m_propertyType == TypeValue)
1634 if (m_propertyType == TypeValue)
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb1365 msg.put_pack('nn', typeclass::TypeValue, typeclass::ClassValue)
1371 msg.put_pack('nnN', data.class::TypeValue, data.class::ClassValue, ttl)
1687 c.const_set(:TypeValue, type_value)
1729 TypeValue = 2 # :nodoc:
1736 TypeValue = 5 # :nodoc:
1744 TypeValue = 6 # :nodoc:
1817 TypeValue = 12 # :nodoc:
1825 TypeValue = 13 # :nodoc:
1862 TypeValue = 14 # :nodoc:
1896 TypeValue
[all...]

Completed in 79 milliseconds