Home
last modified time | relevance | path

Searched refs:TOKdotdot (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h33 TOKdotdot, enumerator
Dxfa_lexer.cpp102 {TOKdotdot, 0x0000ec1c, L".."},
355 p->m_type = TOKdotdot; in Scan()
Dxfa_fmparse.cpp659 case TOKdotdot: in ParsePostExpression()
671 tempLine, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
677 line, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
Dxfa_expression.cpp183 m_pExpression->GetOperatorToken() == TOKdotdot || in ToImpliedReturnJS()