Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DPutPropertySlot.h44 , m_isStrictMode(isStrictMode) in m_type()
65 bool isStrictMode() const { return m_isStrictMode; } in isStrictMode()
76 bool m_isStrictMode; variable
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h224 bool isStrictMode() const { return m_isStrictMode; } in isStrictMode()
228 if (index == m_thisRegister && !m_isStrictMode) in isKnownNotImmediate()
507 bool m_isStrictMode; variable
DCodeBlock.cpp1378 , m_isStrictMode(ownerExecutable->isStrictMode()) in CodeBlock()