Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addDiagnostic (0.18 sec)

  1. src/internal/trace/traceviewer/static/trace_viewer_full.html

    clone(){const clone=new tr.v.d.UnmergeableDiagnosticSet();clone.addDiagnostic(this);return clone;}
    canAddDiagnostic(otherDiagnostic){return true;}
    addDiagnostic(otherDiagnostic){if(otherDiagnostic instanceof UnmergeableDiagnosticSet){for(const subOtherDiagnostic of otherDiagnostic){const clone=subOtherDiagnostic.clone();this.addDiagnostic(clone);}
    return;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top