Home
last modified time | relevance | path

Searched defs:isStrictMode (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPutPropertySlot.h65 bool isStrictMode() const { return m_isStrictMode; } in isStrictMode() function
DArguments.h56 bool isStrictMode : 1; member
DExecutable.h188 bool isStrictMode() const { return m_features & StrictModeFeature; } in isStrictMode() function
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h401 bool isStrictMode() const { return m_codeBlock->isStrictMode(); } in isStrictMode() function
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h224 bool isStrictMode() const { return m_isStrictMode; } in isStrictMode() function
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h1417 bool isStrictMode() const { return m_features & StrictModeFeature; } in isStrictMode() function