Searched defs:isStrictMode (Results 1 – 6 of 6) sorted by relevance
65 bool isStrictMode() const { return m_isStrictMode; } in isStrictMode() function
56 bool isStrictMode : 1; member
188 bool isStrictMode() const { return m_features & StrictModeFeature; } in isStrictMode() function
401 bool isStrictMode() const { return m_codeBlock->isStrictMode(); } in isStrictMode() function
224 bool isStrictMode() const { return m_isStrictMode; } in isStrictMode() function
1417 bool isStrictMode() const { return m_features & StrictModeFeature; } in isStrictMode() function