Source code
Revision control
Copy as Markdown
Other Tools
namespace refcounts {
SingletonObject get_singleton();
i32 get_js_refcount();
};
interface SingletonObject {
void method();
};
namespace refcounts {
SingletonObject get_singleton();
i32 get_js_refcount();
};
interface SingletonObject {
void method();
};