Skip to content

Commit

Permalink
Deploying to gh-pages from @ 30349cb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dminor committed Feb 5, 2025
1 parent 4163326 commit 9c30d3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
@media print {
@page :left {
@bottom-right {
content: '© Ecma International 2024';
content: '© Ecma International 2025';
}
}
@page :right {
@bottom-left {
content: '© Ecma International 2024';
content: '© Ecma International 2025';
}
}
@page :first {
Expand Down Expand Up @@ -46,7 +46,7 @@
</ul></div><div id="menu-toggle"><svg xmlns="http://www.w3.org/2000/svg" style="width:100%; height:100%; stroke:currentColor" viewBox="0 0 120 120" width="54" height="54">
<title>Menu</title>
<path stroke-width="10" stroke-linecap="round" d="M30,60 h60 M30,30 m0,5 h60 M30,90 m0,-5 h60"></path>
</svg></div><div id="menu-spacer" class="menu-spacer"></div><div id="menu"><div id="menu-search"><input type="text" id="menu-search-box" placeholder="Search..."><div id="menu-search-results" class="inactive"></div></div><div id="menu-pins"><div class="menu-pane-header">Pins<button class="unpin-all">clear</button></div><ul id="menu-pins-list"></ul></div><div class="menu-pane-header">Table of Contents</div><div id="menu-toc"><ol class="toc"><li><span class="item-toggle-none"></span><a href="#intro" title="Introduction">Introduction</a></li><li><span class="item-toggle-none"></span><a href="#sec-map.prototype.getOrInsert" title="Map.prototype.getOrInsert ( key, value )"><span class="secnum">1</span> Map.prototype.getOrInsert ( <var>key</var>, <var>value</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-map.prototype.getOrInsertComputed" title="Map.prototype.getOrInsertComputed ( key, callbackfn )"><span class="secnum">2</span> Map.prototype.getOrInsertComputed ( <var>key</var>, <var>callbackfn</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-weakmap.prototype.getOrInsert" title="WeakMap.prototype.getOrInsert ( key, value )"><span class="secnum">3</span> WeakMap.prototype.getOrInsert ( <var>key</var>, <var>value</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-weakmap.prototype.getOrInsertComputed" title="WeakMap.prototype.getOrInsertComputed ( key, callbackfn )"><span class="secnum">4</span> WeakMap.prototype.getOrInsertComputed ( <var>key</var>, <var>callbackfn</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-copyright-and-software-license" title="Copyright &amp; Software License"><span class="secnum">A</span> Copyright &amp; Software License</a></li></ol></div></div><div id="spec-container"><h1 class="version">Stage 2 Draft / December 3, 2024</h1><h1 class="title">Map.prototype.getOrInsert</h1>
</svg></div><div id="menu-spacer" class="menu-spacer"></div><div id="menu"><div id="menu-search"><input type="text" id="menu-search-box" placeholder="Search..."><div id="menu-search-results" class="inactive"></div></div><div id="menu-pins"><div class="menu-pane-header">Pins<button class="unpin-all">clear</button></div><ul id="menu-pins-list"></ul></div><div class="menu-pane-header">Table of Contents</div><div id="menu-toc"><ol class="toc"><li><span class="item-toggle-none"></span><a href="#intro" title="Introduction">Introduction</a></li><li><span class="item-toggle-none"></span><a href="#sec-map.prototype.getOrInsert" title="Map.prototype.getOrInsert ( key, value )"><span class="secnum">1</span> Map.prototype.getOrInsert ( <var>key</var>, <var>value</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-map.prototype.getOrInsertComputed" title="Map.prototype.getOrInsertComputed ( key, callbackfn )"><span class="secnum">2</span> Map.prototype.getOrInsertComputed ( <var>key</var>, <var>callbackfn</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-weakmap.prototype.getOrInsert" title="WeakMap.prototype.getOrInsert ( key, value )"><span class="secnum">3</span> WeakMap.prototype.getOrInsert ( <var>key</var>, <var>value</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-weakmap.prototype.getOrInsertComputed" title="WeakMap.prototype.getOrInsertComputed ( key, callbackfn )"><span class="secnum">4</span> WeakMap.prototype.getOrInsertComputed ( <var>key</var>, <var>callbackfn</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-copyright-and-software-license" title="Copyright &amp; Software License"><span class="secnum">A</span> Copyright &amp; Software License</a></li></ol></div></div><div id="spec-container"><h1 class="version">Stage 2 Draft / February 5, 2025</h1><h1 class="title">Map.prototype.getOrInsert</h1>
<emu-intro id="intro">
<h1>Introduction</h1>
Expand Down Expand Up @@ -82,7 +82,7 @@ <h1><span class="secnum">4</span> WeakMap.prototype.getOrInsertComputed ( <var>k
<h1><span class="secnum">A</span> Copyright &amp; Software License</h1>
<h2>Copyright Notice</h2>
<p>© 2024 Jonas Haukenes, Daniel Minor</p>
<p>© 2025 Jonas Haukenes, Daniel Minor</p>
<h2>Software License</h2>
<p>All Software contained in this document ("Software") is protected by copyright and is being made available under the "BSD License", included below. This Software may be subject to third party rights (rights from parties other than Ecma International), including patent rights, and no licenses under such third party rights are granted under this license even if the third party concerned is a member of Ecma International. SEE THE ECMA CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT <a href="https://ecma-international.org/memento/codeofconduct.htm">https://ecma-international.org/memento/codeofconduct.htm</a> FOR INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA INTERNATIONAL STANDARDS.</p>
Expand Down

0 comments on commit 9c30d3b

Please sign in to comment.