Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nova_vm/src/builtin_strings
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ fromCharCode
fromCodePoint
fromEntries
#[cfg(feature = "math")]fround
fulfilled
function
Function
Generator
Expand Down Expand Up @@ -320,6 +321,7 @@ race
#[cfg(feature = "math")]random
RangeError
raw
reason
reduce
reduceRight
ReferenceError
Expand All @@ -328,6 +330,7 @@ Reflect
#[cfg(feature = "regexp")]RegExp String Iterator
register
reject
rejected
repeat
replace
replaceAll
Expand Down Expand Up @@ -389,6 +392,7 @@ split
#[cfg(feature = "math")]SQRT1_2
#[cfg(feature = "math")]SQRT2
startsWith
status
#[cfg(feature = "regexp")]sticky
#[cfg(feature = "atomics")]store
#[cfg(feature = "annex-b-string")]strike
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

pub(crate) mod promise_all_record;
pub mod promise_capability_records;
pub(crate) mod promise_finally_functions;
pub(crate) mod promise_group_record;
pub(crate) mod promise_jobs;
pub(crate) mod promise_reaction_records;
pub(crate) mod promise_resolving_functions;

This file was deleted.

Loading
Loading