MCPcopy
hub / github.com/Tampermonkey/tampermonkey / identifier

Function identifier

src/jslint.js:2874–2882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2872
2873
2874 function identifier() {
2875 var i = optional_identifier();
2876 if (!i) {
2877 stop(token.id === 'function' && next_token.id === '('
2878 ? 'name_function'
2879 : 'expected_identifier_a');
2880 }
2881 return i;
2882 }
2883
2884
2885 function statement() {

Callers 2

jslint.jsFile · 0.85
function_paramsFunction · 0.85

Calls 2

optional_identifierFunction · 0.85
stopFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…