Home
last modified time | relevance | path

Searched defs:strictMode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DLexer.cpp456 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()
DJSParser.cpp147 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/
DInlineFlowBox.cpp480bool strictMode, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, in computeLogicalBoxHeights()
575 …x::placeBoxesInBlockDirection(int top, int maxHeight, int maxAscent, bool strictMode, int& lineTop… in placeBoxesInBlockDirection()