MCPcopy
hub / github.com/digitalbazaar/jsonld.js / inheritance

Function inheritance

tests/webidl/WebIDLParser.js:444–451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442 };
443
444 var inheritance = function() {
445 all_ws();
446 if (consume(OTHER, ":")) {
447 all_ws();
448 var inh = consume(ID) || error("No type in inheritance");
449 return inh.value;
450 }
451 };
452
453 var operation_rest = function(ret, store) {
454 all_ws();

Callers 3

interface_Function · 0.85
dictionaryFunction · 0.85
exceptionFunction · 0.85

Calls 3

all_wsFunction · 0.85
consumeFunction · 0.85
errorFunction · 0.85

Tested by

no test coverage detected