mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
21 lines
235 B
Text
21 lines
235 B
Text
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
|
|
intr protocol PTestRacyReentry {
|
|
|
|
parent:
|
|
intr E();
|
|
async __delete__();
|
|
|
|
child:
|
|
async Start();
|
|
|
|
async N();
|
|
intr H();
|
|
};
|
|
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltest
|