mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
(function(){
|
|
f(endpoint);
|
|
f({p: endpoint})
|
|
f({p: {q: endpoint}})
|
|
o.m(endpoint);
|
|
o.m({p: endpoint})
|
|
o.m({p: {q: endpoint}})
|
|
|
|
}); |