HomeSort by relevance Sort by last modified time
    Searched defs:strictMode (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 49 #define failIfTrueIfStrict(cond) do { if ((cond) && strictMode()) fail(); } while (0)
50 #define failIfFalseIfStrict(cond) do { if ((!(cond)) && strictMode()) fail(); } while (0)
106 m_token.m_type = m_lexer->lex(&m_token.m_data, &m_token.m_info, lexType, strictMode());
147 bool strictMode() { return currentScope()->strictMode(); }
282 Scope(JSGlobalData* globalData, bool isFunction, bool strictMode)
288 , m_strictMode(strictMode)
444 bool strictMode() const { return m_strictMode; }
559 isStrict = m_scopeStack.last().strictMode();
662 if (scope->strictMode())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 137 milliseconds