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 Oct 3, 2023
1 parent 2d32196 commit b2e24b5
Show file tree
Hide file tree
Showing 181 changed files with 967 additions and 967 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ul>
</div></details><details class="toggle method-toggle" open><summary><section id="method.create_mapped_arguments_object" class="method"><a class="srclink rightside" href="../../../../src/boa_engine/builtins/function/arguments.rs.html#123-239">source</a><h4 class="code-header">pub(crate) fn <a href="#method.create_mapped_arguments_object" class="fn">create_mapped_arguments_object</a>(
func: &amp;<a class="struct" href="../../../object/jsobject/struct.JsObject.html" title="struct boa_engine::object::jsobject::JsObject">JsObject</a>,
formals: &amp;<a class="struct" href="../../../../boa_ast/function/parameters/struct.FormalParameterList.html" title="struct boa_ast::function::parameters::FormalParameterList">FormalParameterList</a>,
formals: &amp;FormalParameterList,
arguments_list: &amp;[<a class="enum" href="../../../enum.JsValue.html" title="enum boa_engine::JsValue">JsValue</a>],
env: &amp;Gc&lt;<a class="struct" href="../../../environments/runtime/declarative/struct.DeclarativeEnvironment.html" title="struct boa_engine::environments::runtime::declarative::DeclarativeEnvironment">DeclarativeEnvironment</a>&gt;,
context: &amp;mut <a class="struct" href="../../../struct.Context.html" title="struct boa_engine::Context">Context</a>&lt;'_&gt;
Expand Down
4 changes: 2 additions & 2 deletions doc/boa_engine/builtins/regexp/struct.RegExp.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="The internal representation of a `RegExp` object."><title>RegExp in boa_engine::builtins::regexp - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../../static.files/rustdoc-9bb858ba049f1f21.css" id="mainThemeStyle"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="boa_engine" data-themes="" data-resource-suffix="" data-rustdoc-version="1.72.1 (d5c2e9c34 2023-09-13)" data-channel="1.72.1" data-search-js="search-f6292fe389d70017.js" data-settings-js="settings-de11bff964e9d4e5.js" data-settings-css="settings-8c76f75bfb6bd192.css" data-theme-light-css="light-0f8c037637f9eb3e.css" data-theme-dark-css="dark-1097f8e92a01e3cf.css" data-theme-ayu-css="ayu-614652228113ac93.css" ><script src="../../../static.files/storage-59fd9b8ccb335783.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../../static.files/main-0795b7d26be81095.js"></script><noscript><link rel="stylesheet" media="(prefers-color-scheme:light)" href="../../../static.files/light-0f8c037637f9eb3e.css"><link rel="stylesheet" media="(prefers-color-scheme:dark)" href="../../../static.files/dark-1097f8e92a01e3cf.css"><link rel="stylesheet" href="../../../static.files/noscript-13285aec31fa243e.css"></noscript><link rel="icon" href="https://raw.githubusercontent.com/boa-dev/boa/main/assets/logo.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="logo-container" href="../../../boa_engine/index.html"><img src="https://raw.githubusercontent.com/boa-dev/boa/main/assets/logo.svg" alt="logo"></a><h2></h2></nav><nav class="sidebar"><a class="logo-container" href="../../../boa_engine/index.html"><img src="https://raw.githubusercontent.com/boa-dev/boa/main/assets/logo.svg" alt="logo"></a><h2 class="location"><a href="#">RegExp</a></h2><div class="sidebar-elems"><section><h3><a href="#fields">Fields</a></h3><ul class="block"><li><a href="#structfield.flags">flags</a></li><li><a href="#structfield.matcher">matcher</a></li><li><a href="#structfield.original_flags">original_flags</a></li><li><a href="#structfield.original_source">original_source</a></li></ul><h3><a href="#implementations">Methods</a></h3><ul class="block"><li><a href="#method.abstract_builtin_exec">abstract_builtin_exec</a></li><li><a href="#method.abstract_exec">abstract_exec</a></li><li><a href="#method.alloc">alloc</a></li><li><a href="#method.compile">compile</a></li><li><a href="#method.create">create</a></li><li><a href="#method.escape_pattern">escape_pattern</a></li><li><a href="#method.exec">exec</a></li><li><a href="#method.get_dot_all">get_dot_all</a></li><li><a href="#method.get_flags">get_flags</a></li><li><a href="#method.get_global">get_global</a></li><li><a href="#method.get_has_indices">get_has_indices</a></li><li><a href="#method.get_ignore_case">get_ignore_case</a></li><li><a href="#method.get_multiline">get_multiline</a></li><li><a href="#method.get_source">get_source</a></li><li><a href="#method.get_species">get_species</a></li><li><a href="#method.get_sticky">get_sticky</a></li><li><a href="#method.get_unicode">get_unicode</a></li><li><a href="#method.initialize">initialize</a></li><li><a href="#method.is_reg_exp">is_reg_exp</a></li><li><a href="#method.match">match</a></li><li><a href="#method.match_all">match_all</a></li><li><a href="#method.regexp_has_flag">regexp_has_flag</a></li><li><a href="#method.replace">replace</a></li><li><a href="#method.search">search</a></li><li><a href="#method.split">split</a></li><li><a href="#method.test">test</a></li><li><a href="#method.to_string">to_string</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block"><li><a href="#impl-BuiltInConstructor-for-RegExp">BuiltInConstructor</a></li><li><a href="#impl-BuiltInObject-for-RegExp">BuiltInObject</a></li><li><a href="#impl-Clone-for-RegExp">Clone</a></li><li><a href="#impl-Debug-for-RegExp">Debug</a></li><li><a href="#impl-IntrinsicObject-for-RegExp">IntrinsicObject</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block"><li><a href="#impl-RefUnwindSafe-for-RegExp">!RefUnwindSafe</a></li><li><a href="#impl-Send-for-RegExp">!Send</a></li><li><a href="#impl-Sync-for-RegExp">!Sync</a></li><li><a href="#impl-UnwindSafe-for-RegExp">!UnwindSafe</a></li><li><a href="#impl-Unpin-for-RegExp">Unpin</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block"><li><a href="#impl-Any-for-RegExp">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-RegExp">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-RegExp">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-Conv-for-RegExp">Conv</a></li><li><a href="#impl-ErasedDestructor-for-RegExp">ErasedDestructor</a></li><li><a href="#impl-Filterable-for-RegExp">Filterable</a></li><li><a href="#impl-From%3CT%3E-for-RegExp">From&lt;T&gt;</a></li><li><a href="#impl-Into%3CU%3E-for-RegExp">Into&lt;U&gt;</a></li><li><a href="#impl-Pipe-for-RegExp">Pipe</a></li><li><a href="#impl-Tap-for-RegExp">Tap</a></li><li><a href="#impl-ToOwned-for-RegExp">ToOwned</a></li><li><a href="#impl-TryConv-for-RegExp">TryConv</a></li><li><a href="#impl-TryFrom%3CU%3E-for-RegExp">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-RegExp">TryInto&lt;U&gt;</a></li><li><a href="#impl-VZip%3CV%3E-for-RegExp">VZip&lt;V&gt;</a></li></ul></section><h2><a href="index.html">In boa_engine::builtins::regexp</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../../index.html">boa_engine</a>::<wbr><a href="../index.html">builtins</a>::<wbr><a href="index.html">regexp</a>::<wbr><a class="struct" href="#">RegExp</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../src/boa_engine/builtins/regexp/mod.rs.html#42-48">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct RegExp {
matcher: Regex,
flags: RegExpFlags,
flags: <a class="struct" href="../../../boa_parser/lexer/regex/struct.RegExpFlags.html" title="struct boa_parser::lexer::regex::RegExpFlags">RegExpFlags</a>,
original_source: <a class="struct" href="../../struct.JsString.html" title="struct boa_engine::JsString">JsString</a>,
original_flags: <a class="struct" href="../../struct.JsString.html" title="struct boa_engine::JsString">JsString</a>,
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>The internal representation of a <code>RegExp</code> object.</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.matcher" class="structfield small-section-header"><a href="#structfield.matcher" class="anchor field">§</a><code>matcher: Regex</code></span><div class="docblock"><p>Regex matcher.</p>
</div><span id="structfield.flags" class="structfield small-section-header"><a href="#structfield.flags" class="anchor field">§</a><code>flags: RegExpFlags</code></span><span id="structfield.original_source" class="structfield small-section-header"><a href="#structfield.original_source" class="anchor field">§</a><code>original_source: <a class="struct" href="../../struct.JsString.html" title="struct boa_engine::JsString">JsString</a></code></span><span id="structfield.original_flags" class="structfield small-section-header"><a href="#structfield.original_flags" class="anchor field">§</a><code>original_flags: <a class="struct" href="../../struct.JsString.html" title="struct boa_engine::JsString">JsString</a></code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-RegExp" class="impl"><a class="srclink rightside" href="../../../src/boa_engine/builtins/regexp/mod.rs.html#262-1899">source</a><a href="#impl-RegExp" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RegExp.html" title="struct boa_engine::builtins::regexp::RegExp">RegExp</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.is_reg_exp" class="method"><a class="srclink rightside" href="../../../src/boa_engine/builtins/regexp/mod.rs.html#271-295">source</a><h4 class="code-header">pub(crate) fn <a href="#method.is_reg_exp" class="fn">is_reg_exp</a>&lt;'a&gt;(
</div><span id="structfield.flags" class="structfield small-section-header"><a href="#structfield.flags" class="anchor field">§</a><code>flags: <a class="struct" href="../../../boa_parser/lexer/regex/struct.RegExpFlags.html" title="struct boa_parser::lexer::regex::RegExpFlags">RegExpFlags</a></code></span><span id="structfield.original_source" class="structfield small-section-header"><a href="#structfield.original_source" class="anchor field">§</a><code>original_source: <a class="struct" href="../../struct.JsString.html" title="struct boa_engine::JsString">JsString</a></code></span><span id="structfield.original_flags" class="structfield small-section-header"><a href="#structfield.original_flags" class="anchor field">§</a><code>original_flags: <a class="struct" href="../../struct.JsString.html" title="struct boa_engine::JsString">JsString</a></code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-RegExp" class="impl"><a class="srclink rightside" href="../../../src/boa_engine/builtins/regexp/mod.rs.html#262-1899">source</a><a href="#impl-RegExp" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.RegExp.html" title="struct boa_engine::builtins::regexp::RegExp">RegExp</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.is_reg_exp" class="method"><a class="srclink rightside" href="../../../src/boa_engine/builtins/regexp/mod.rs.html#271-295">source</a><h4 class="code-header">pub(crate) fn <a href="#method.is_reg_exp" class="fn">is_reg_exp</a>&lt;'a&gt;(
argument: &amp;'a <a class="enum" href="../../enum.JsValue.html" title="enum boa_engine::JsValue">JsValue</a>,
context: &amp;mut <a class="struct" href="../../struct.Context.html" title="struct boa_engine::Context">Context</a>&lt;'_&gt;
) -&gt; <a class="type" href="../../type.JsResult.html" title="type boa_engine::JsResult">JsResult</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.72.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;&amp;'a <a class="struct" href="../../object/jsobject/struct.JsObject.html" title="struct boa_engine::object::jsobject::JsObject">JsObject</a>&gt;&gt;</h4></section></summary><div class="docblock"><p><code>7.2.8 IsRegExp ( argument )</code></p>
Expand Down
Loading

0 comments on commit b2e24b5

Please sign in to comment.