mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
|
||||
<Definitions>
|
||||
<webidl>interface NumberQuadrupler {
|
||||
legacycaller float compute(float x);
|
||||
};</webidl>
|
||||
<Interface name="NumberQuadrupler" id="::NumberQuadrupler">
|
||||
<webidl>interface NumberQuadrupler {
|
||||
legacycaller float compute(float x);
|
||||
};</webidl>
|
||||
<Operation legacycaller="legacycaller" name="compute" id="::NumberQuadrupler::compute">
|
||||
<webidl> legacycaller float compute(float x);</webidl>
|
||||
<Type type="float"/>
|
||||
<ArgumentList>
|
||||
<Argument name="x">
|
||||
<Type type="float"/>
|
||||
</Argument>
|
||||
</ArgumentList>
|
||||
</Operation>
|
||||
</Interface>
|
||||
</Definitions>
|
||||
Loading…
Add table
Add a link
Reference in a new issue