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

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DPutPropertySlot.h65 bool isStrictMode() const { return m_isStrictMode; } function in class:JSC::PutPropertySlot
H A DExecutable.h390 bool isStrictMode() const { return m_features & StrictModeFeature; } function in class:JSC::ScriptExecutable
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h68 ExecutableInfo(bool needsActivation, bool usesEval, bool isStrictMode, bool isConstructor) argument
244 bool isStrictMode() const { return m_isStrictMode; } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h160 bool isStrictMode() const { return m_isStrictMode; } function in class:JSC::CodeBlock
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h547 bool isStrictMode() const { return m_codeBlock->isStrictMode(); } function in class:JSC::BytecodeGenerator
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodes.h1387 bool isStrictMode() const { return m_features & StrictModeFeature; } function in class:JSC::ScopeNode

Completed in 134 milliseconds