Home | History | Annotate | Download | only in parsing

Lines Matching refs:kNoSourcePosition

480                                       int next_result_pos = kNoSourcePosition);
528 int var_end_pos = kNoSourcePosition);
972 return factory()->NewTheHoleLiteral(kNoSourcePosition);
993 V8_INLINE Expression* ThisExpression(int pos = kNoSourcePosition) {
1135 return parameters_end_pos_ != kNoSourcePosition;
1167 // If not kNoSourcePosition, indicates that the first function literal
1170 // After that ')' is encountered, this field is reset to kNoSourcePosition.