Home
last modified time | relevance | path

Searched refs:m_flags2 (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSTypeInfo.h53 , m_flags2(flags >> 8) in m_type()
73 unsigned isFinal() const { return m_flags2 && (IsJSFinalObject >> 8); } in isFinal()
88 unsigned char m_flags2; variable