// This name section's contents declare themselves to be one byte longer // than they actually are. This can cause the decoder to read into adjacent // sections.
nameSection([
funcNameSubsection([
{ name: "1234567", nameLen: 8 }, // should be 7
], 11), // should be 10
]),
// Without extra bytes at the end of the module, the decoder will EOF // before the name section is finished decoding.
customSection("extra"),
])).exports.test;
}, /in the 'name' custom section: 1 bytes consumed past the end/);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.