/* *ThisSourceCodeFormissubjecttothetermsoftheMozillaPublic *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// When there are many arguments, the context is passed on the stack on // most platforms.
[implicit_jscontext] unsignedlong addMany(in unsignedlong x1,
in unsignedlong x2,
in unsignedlong x3,
in unsignedlong x4,
in unsignedlong x5,
in unsignedlong x6,
in unsignedlong x7,
in unsignedlong x8);
// Attributes can use [implicit_jscontext], too.
[implicit_jscontext] attribute jsval valProperty;
[implicit_jscontext] attribute unsignedlong uintProperty;
// [optional_argc] is not supported.
[optional_argc] void methodWithOptionalArgc();
};
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.