Lines Matching defs:it
150 // Notify the statement that we are exiting it via break, continue, or
151 // return and give it a chance to generate cleanup code. Return the
318 // fall-through label if it is set up.
345 // Assign to a known (PARAMETER, LOCAL, or CONTEXT) variable. If it's in
411 // the operands allow it. Returns true if the compare operations
677 // implementation will bind both labels unless it's a TestContext, which
704 // it. Only used for asserts.
861 Iterator it = find(literal, true, ZoneAllocationPolicy(zone_));
862 if (it->second == NULL) it->second = new(zone_) ObjectLiteral::Accessors();
863 return it;