MCPcopy Index your code
hub / github.com/BloombergGraphics/whatiscode / isFutureReservedWord

Function isFutureReservedWord

scripts/libs/esprima.js:272–282  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

270 // 7.6.1.2 Future Reserved Words
271
272 function isFutureReservedWord(id) {
273 switch (id) {
274 case 'enum':
275 case 'export':
276 case 'import':
277 case 'super':
278 return true;
279 default:
280 return false;
281 }
282 }
283
284 // 11.6.2.2 Future Reserved Words
285

Callers 1

unexpectedTokenErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected