CloneSet1544


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.988ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111117
Closure/third_party/closure/goog/dojo/dom/query.js
211145
Closure/third_party/closure/goog/dojo/dom/query.js
Clone Instance
1
Line Count
1
Source Line
1117
Source File
Closure/third_party/closure/goog/dojo/dom/query.js

        // it's a class-based query and we've got a fast way to run it.

        // ignore class and ID filters since we will have handled both
        filterFunc=  getSimpleFilterFunc(query, { el: 1, classes: 1, id: 1 } );


Clone Instance
2
Line Count
1
Source Line
1145
Source File
Closure/third_party/closure/goog/dojo/dom/query.js

        // the common case:
        //    a descendant selector without a fast path. By now it's got
        //    to have a tag selector, even if it's just "*" so we query
        //    by that and filter
        filterFunc=  getSimpleFilterFunc(query, { el: 1, tag: 1, id: 1 } );


Clone AbstractionParameter Count: 1Parameter Bindings

// it's a class-based query and we've got a fast way to run it.
// ignore class and ID filters since we will have handled both
// the common case:
//    a descendant selector without a fast path. By now it's got
//    to have a tag selector, even if it's just "*" so we query
//    by that and filter
filterFunc=getSimpleFilterFunc(query, {el: 1,
                                        [[#variable1fa8a940]]: 1,
                                       id: 1 } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fa8a940]]
classes 
12[[#1fa8a940]]
tag