Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h23 TOKdot, enumerator
Dxfa_fmparse.cpp509 line, nullptr, TOKdot, wsIdentifier, std::move(s)); in ParsePrimaryExpression()
586 case TOKdot: in ParsePostExpression()
643 tempLine, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
649 line, std::move(expr), TOKdot, tempStr, std::move(s)); in ParsePostExpression()
Dxfa_lexer.cpp92 {TOKdot, 0x0000002e, L"."},
377 p->m_type = TOKdot; in Scan()
Dxfa_expression.cpp184 m_pExpression->GetOperatorToken() == TOKdot) { in ToImpliedReturnJS()
Dxfa_simpleexpression.cpp738 TOKdot, in CXFA_FMMethodCallExpression()