Home
last modified time | relevance | path

Searched refs:TOKdot (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.cpp48 {TOKdot, 0x0000002e, L"."},
324 m_token->m_type = TOKdot; in NextToken()
347 m_token->m_type = TOKdot; in NextToken()
Dcxfa_fmlexer.h23 TOKdot, enumerator
Dcxfa_fmparser.cpp625 line, nullptr, TOKdot, wsIdentifier, std::move(s)); in ParsePrimaryExpression()
714 case TOKdot: { in ParsePostExpression()
776 tempLine, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
782 line, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
Dcxfa_fmlexer_unittest.cpp155 {L".", TOKdot}, in TEST()
Dcxfa_fmexpression.cpp228 m_pExpression->GetOperatorToken() == TOKdot) { in ToImpliedReturnJS()
Dcxfa_fmsimpleexpression.cpp857 TOKdot, in CXFA_FMMethodCallExpression()