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

  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 56 JSTokenType lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType, bool strictMode);
113 ALWAYS_INLINE bool parseString(JSTokenData* lvalp, bool strictMode);
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...]
Lexer.cpp 456 ALWAYS_INLINE bool Lexer::parseString(JSTokenData* lvalp, bool strictMode)
495 } else if (strictMode && isASCIIDigit(m_current)) {
502 } else if (!strictMode && isASCIIOctalDigit(m_current)) {
715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode)
996 if (strictMode)
1028 if (UNLIKELY(!parseString(lvalp, strictMode)))
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.h 167 bool strictMode, GlyphOverflowAndFallbackFontsMap&, FontBaseline, VerticalPositionCache&);
170 void placeBoxesInBlockDirection(int logicalTop, int maxHeight, int maxAscent, bool strictMode, int& lineTop, int& lineBottom, bool& setLineTop,
InlineFlowBox.cpp 480 bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap,
507 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) {
547 } else if (!inlineFlowBox || strictMode || inlineFlowBox->hasTextChildren() || (inlineFlowBox->descendantsHaveSameLineHeightAndBaseline() && inlineFlowBox->hasTextDescendants())
570 setMaxAscent, setMaxDescent, strictMode, textBoxDataMap,
575 void InlineFlowBox::placeBoxesInBlockDirection(int top, int maxHeight, int maxAscent, bool strictMode, int& lineTop, int& lineBottom, bool& setLineTop,
607 if (!strictMode && inlineFlowBox && !inlineFlowBox->hasTextChildren() && !curr->boxModelObject()->hasInlineDirectionBordersOrPadding()
683 inlineFlowBox->placeBoxesInBlockDirection(top, maxHeight, maxAscent, strictMode, lineTop, lineBottom, setLineTop,
688 if (strictMode || hasTextChildren() || (descendantsHaveSameLineHeightAndBaseline() && hasTextDescendants())) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 203 milliseconds