Lines Matching refs:IF
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 if (this.length == 0) return undefined;
154 if (!something) {
162 if (CodeKinds[name].kinds.indexOf(kind) >= 0) {
184 if (merge_start > range_end) break; // Out of plot range.
188 // Don't merge ranges if there is no overlap (incl. merge tolerance).
189 if (next_range.start > merge_end + pause_tolerance) break;
191 if (next_range.end > merge_end) { // Extend range end.
195 if (merge_end < range_start) continue; // Out of plot range.
196 if (merge_end < merge_start) continue; // Not an actual range.
205 if (ranges[i].start <= end && ranges[i].end >= start) {
230 if (new_event === undefined) return;
237 if (last_event !== undefined) {
286 if (name.indexOf(suffix, name.length - suffix.length) >= 0) {
299 if (entry) FindCodeKind(entry.kind).in_execution.push(tick);
302 if (!stack[i]) break;
304 if (entry) FindCodeKind(entry.kind).stack_frames[i].push(tick);
338 if (!event.pause) continue;
353 if (!start_found || !end_found) {
357 if (ranges[i].start < range_start && !start_found) {
360 if (ranges[i].end > range_end && !end_found) {
369 if (ticks[i].tick < range_start && !start_found) {
372 if (ticks[i].tick > range_end && !end_found) {
382 if (typeof result_callback === 'function') {
406 if (transparency) {
443 if (gettime.length > 1) {
510 if (execution_pauses.length == 0) {