Searched defs:strictMode (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/JavaScriptCore/parser/ |
D | Lexer.cpp | 456 ALWAYS_INLINE bool Lexer::parseString(JSTokenData* lvalp, bool strictMode) in parseString() 715 JSTokenType Lexer::lex(JSTokenData* lvalp, JSTokenInfo* llocp, LexType lexType, bool strictMode) in lex()
|
D | JSParser.cpp | 147 bool strictMode() { return currentScope()->strictMode(); } in strictMode() function in JSC::JSParser 444 bool strictMode() const { return m_strictMode; } in strictMode() function
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineFlowBox.cpp | 480 … bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, in computeLogicalBoxHeights() 575 …x::placeBoxesInBlockDirection(int top, int maxHeight, int maxAscent, bool strictMode, int& lineTop… in placeBoxesInBlockDirection()
|