Searched refs:StrictModeFeature (Results 1 – 4 of 4) sorted by relevance
154 , m_features(isInStrictContext ? StrictModeFeature : 0) in ScriptExecutable()168 , m_features(isInStrictContext ? StrictModeFeature : 0) in ScriptExecutable()188 bool isStrictMode() const { return m_features & StrictModeFeature; } in isStrictMode()
95 , m_features(inStrictContext ? StrictModeFeature : NoFeatures) in ScopeNode()
60 const CodeFeatures StrictModeFeature = 1 << 7; variable64 …ure | ArgumentsFeature | WithFeature | CatchFeature | ThisFeature | StrictModeFeature | ShadowsArg…1417 bool isStrictMode() const { return m_features & StrictModeFeature; } in isStrictMode()
663 features |= StrictModeFeature; in parseProgram()