| 790 | } |
| 791 | |
| 792 | GJS_JSAPI_RETURN_CONVENTION |
| 793 | static bool no_construct(JSContext* cx, unsigned argc, JS::Value* vp) { |
| 794 | JS::CallArgs args = JS::CallArgsFromVp(argc, vp); |
| 795 | gjs_throw_abstract_constructor_error(cx, args); |
| 796 | return false; |
| 797 | } |
| 798 | |
| 799 | GJS_JSAPI_RETURN_CONVENTION |
| 800 | static JSObject* gjs_importer_define_proto(JSContext* cx) { |
nothing calls this directly
no test coverage detected