// ModuleObject's accessors and methods are only for internal usage in // js/src/builtin/Module.js, and they don't check arguments types. // // To use ModuleObject in tests, add a wrapper that checks arguments types. class ShellModuleObjectWrapper : public js::NativeObject { public: using Target = ModuleObject; enum ModuleSlot { TargetSlot = 0, SlotCount }; staticconst JSClass class_; static ShellModuleObjectWrapper* create(JSContext* cx,
JS::Handle<ModuleObject*> moduleObj);
ModuleObject* get();
};
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.