HomeSort by relevance Sort by last modified time
    Searched defs:m_isStrictMode (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PutPropertySlot.h 44 , m_isStrictMode(isStrictMode)
65 bool isStrictMode() const { return m_isStrictMode; }
76 bool m_isStrictMode;
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 224 bool isStrictMode() const { return m_isStrictMode; }
228 if (index == m_thisRegister && !m_isStrictMode)
507 bool m_isStrictMode;

Completed in 882 milliseconds