Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 13, 2023
1 parent eb3fd5e commit 7ebb14f
Show file tree
Hide file tree
Showing 163 changed files with 543 additions and 419 deletions.
2 changes: 1 addition & 1 deletion doc/boa_parser/lexer/comment/struct.HashbangComment.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
&mut self,
cursor: &amp;mut <a class="struct" href="../cursor/struct.Cursor.html" title="struct boa_parser::lexer::cursor::Cursor">Cursor</a>&lt;R&gt;,
start_pos: <a class="struct" href="../../../boa_ast/position/struct.Position.html" title="struct boa_ast::position::Position">Position</a>,
_interner: &amp;mut <a class="struct" href="../../../boa_interner/struct.Interner.html" title="struct boa_interner::Interner">Interner</a>
_interner: &amp;mut Interner
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.72.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../token/struct.Token.html" title="struct boa_parser::lexer::token::Token">Token</a>, <a class="enum" href="../error/enum.Error.html" title="enum boa_parser::lexer::error::Error">Error</a>&gt;<span class="where fmt-newline">where
R: <a class="trait" href="https://doc.rust-lang.org/1.72.0/std/io/trait.Read.html" title="trait std::io::Read">Read</a>,</span></h4></section></summary><div class='docblock'>Lexes the next token.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-HashbangComment" class="impl"><a href="#impl-RefUnwindSafe-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.HashbangComment.html" title="struct boa_parser::lexer::comment::HashbangComment">HashbangComment</a></h3></section><section id="impl-Send-for-HashbangComment" class="impl"><a href="#impl-Send-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.HashbangComment.html" title="struct boa_parser::lexer::comment::HashbangComment">HashbangComment</a></h3></section><section id="impl-Sync-for-HashbangComment" class="impl"><a href="#impl-Sync-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.HashbangComment.html" title="struct boa_parser::lexer::comment::HashbangComment">HashbangComment</a></h3></section><section id="impl-Unpin-for-HashbangComment" class="impl"><a href="#impl-Unpin-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.HashbangComment.html" title="struct boa_parser::lexer::comment::HashbangComment">HashbangComment</a></h3></section><section id="impl-UnwindSafe-for-HashbangComment" class="impl"><a href="#impl-UnwindSafe-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.HashbangComment.html" title="struct boa_parser::lexer::comment::HashbangComment">HashbangComment</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-HashbangComment" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/any.rs.html#201">source</a><a href="#impl-Any-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/any.rs.html#202">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.72.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-HashbangComment" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-HashbangComment" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<span class="where fmt-newline">where
Expand Down
2 changes: 1 addition & 1 deletion doc/boa_parser/lexer/comment/struct.MultiLineComment.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
&amp;mut self,
cursor: &amp;mut <a class="struct" href="../cursor/struct.Cursor.html" title="struct boa_parser::lexer::cursor::Cursor">Cursor</a>&lt;R&gt;,
start_pos: <a class="struct" href="../../../boa_ast/position/struct.Position.html" title="struct boa_ast::position::Position">Position</a>,
_interner: &amp;mut <a class="struct" href="../../../boa_interner/struct.Interner.html" title="struct boa_interner::Interner">Interner</a>
_interner: &amp;mut Interner
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.72.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../token/struct.Token.html" title="struct boa_parser::lexer::token::Token">Token</a>, <a class="enum" href="../error/enum.Error.html" title="enum boa_parser::lexer::error::Error">Error</a>&gt;<span class="where fmt-newline">where
R: <a class="trait" href="https://doc.rust-lang.org/1.72.0/std/io/trait.Read.html" title="trait std::io::Read">Read</a>,</span></h4></section></summary><div class='docblock'>Lexes the next token.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-MultiLineComment" class="impl"><a href="#impl-RefUnwindSafe-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.MultiLineComment.html" title="struct boa_parser::lexer::comment::MultiLineComment">MultiLineComment</a></h3></section><section id="impl-Send-for-MultiLineComment" class="impl"><a href="#impl-Send-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.MultiLineComment.html" title="struct boa_parser::lexer::comment::MultiLineComment">MultiLineComment</a></h3></section><section id="impl-Sync-for-MultiLineComment" class="impl"><a href="#impl-Sync-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.MultiLineComment.html" title="struct boa_parser::lexer::comment::MultiLineComment">MultiLineComment</a></h3></section><section id="impl-Unpin-for-MultiLineComment" class="impl"><a href="#impl-Unpin-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.MultiLineComment.html" title="struct boa_parser::lexer::comment::MultiLineComment">MultiLineComment</a></h3></section><section id="impl-UnwindSafe-for-MultiLineComment" class="impl"><a href="#impl-UnwindSafe-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.MultiLineComment.html" title="struct boa_parser::lexer::comment::MultiLineComment">MultiLineComment</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-MultiLineComment" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/any.rs.html#201">source</a><a href="#impl-Any-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/any.rs.html#202">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.72.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-MultiLineComment" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-MultiLineComment" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<span class="where fmt-newline">where
Expand Down
2 changes: 1 addition & 1 deletion doc/boa_parser/lexer/comment/struct.SingleLineComment.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
&amp;mut self,
cursor: &amp;mut <a class="struct" href="../cursor/struct.Cursor.html" title="struct boa_parser::lexer::cursor::Cursor">Cursor</a>&lt;R&gt;,
start_pos: <a class="struct" href="../../../boa_ast/position/struct.Position.html" title="struct boa_ast::position::Position">Position</a>,
_interner: &amp;mut <a class="struct" href="../../../boa_interner/struct.Interner.html" title="struct boa_interner::Interner">Interner</a>
_interner: &amp;mut Interner
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.72.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="struct" href="../token/struct.Token.html" title="struct boa_parser::lexer::token::Token">Token</a>, <a class="enum" href="../error/enum.Error.html" title="enum boa_parser::lexer::error::Error">Error</a>&gt;<span class="where fmt-newline">where
R: <a class="trait" href="https://doc.rust-lang.org/1.72.0/std/io/trait.Read.html" title="trait std::io::Read">Read</a>,</span></h4></section></summary><div class='docblock'>Lexes the next token.</div></details></div></details></div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-SingleLineComment" class="impl"><a href="#impl-RefUnwindSafe-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.SingleLineComment.html" title="struct boa_parser::lexer::comment::SingleLineComment">SingleLineComment</a></h3></section><section id="impl-Send-for-SingleLineComment" class="impl"><a href="#impl-Send-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.SingleLineComment.html" title="struct boa_parser::lexer::comment::SingleLineComment">SingleLineComment</a></h3></section><section id="impl-Sync-for-SingleLineComment" class="impl"><a href="#impl-Sync-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.SingleLineComment.html" title="struct boa_parser::lexer::comment::SingleLineComment">SingleLineComment</a></h3></section><section id="impl-Unpin-for-SingleLineComment" class="impl"><a href="#impl-Unpin-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.SingleLineComment.html" title="struct boa_parser::lexer::comment::SingleLineComment">SingleLineComment</a></h3></section><section id="impl-UnwindSafe-for-SingleLineComment" class="impl"><a href="#impl-UnwindSafe-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.SingleLineComment.html" title="struct boa_parser::lexer::comment::SingleLineComment">SingleLineComment</a></h3></section></div><h2 id="blanket-implementations" class="small-section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-SingleLineComment" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/any.rs.html#201">source</a><a href="#impl-Any-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<span class="where fmt-newline">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.72.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/any.rs.html#202">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.72.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.72.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-SingleLineComment" class="impl"><a class="srclink rightside" href="https://doc.rust-lang.org/1.72.0/src/core/borrow.rs.html#208">source</a><a href="#impl-Borrow%3CT%3E-for-SingleLineComment" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.72.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<span class="where fmt-newline">where
Expand Down
Loading

0 comments on commit 7ebb14f

Please sign in to comment.