Home | History | Annotate | Download | only in src

Lines Matching refs:ASSIGN

1940   bool is_compound() const { return op() > Token::ASSIGN; }
2925 Assignment* assign =
2927 assign->Init(isolate_, this);
2928 VISIT_AND_RETURN(Assignment, assign)