Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h31 TOKdotscream, enumerator
Dxfa_lexer.cpp100 {TOKdotscream, 0x0000ec11, L".#"},
363 p->m_type = TOKdotscream; in Scan()
Dxfa_fmparse.cpp687 case TOKdotscream: in ParsePostExpression()
699 tempLine, std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression()
705 line, std::move(expr), TOKdotscream, tempStr, std::move(s)); in ParsePostExpression()
Dxfa_expression.cpp182 m_pExpression->GetOperatorToken() == TOKdotscream || in ToImpliedReturnJS()
Dxfa_simpleexpression.cpp648 if (m_op == TOKdotscream) { in ToJavaScript()