Skip to content

Commit

Permalink
chore: import js_str from crate
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyboyQCD committed Nov 6, 2024
1 parent a84e045 commit dd9757e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/engine/src/builtins/string/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::{
builtins::{Array, BuiltInObject, Number, RegExp},
context::intrinsics::{Intrinsics, StandardConstructor, StandardConstructors},
error::JsNativeError,
js_string,
js_str, js_string,
object::{internal_methods::get_prototype_from_constructor, JsObject},
property::{Attribute, PropertyDescriptor},
realm::Realm,
Expand All @@ -22,7 +22,7 @@ use crate::{
value::IntegerOrInfinity,
Context, JsArgs, JsResult, JsString, JsValue,
};
use boa_macros::{js_str, utf16};
use boa_macros::utf16;
use boa_profiler::Profiler;
use icu_normalizer::{ComposingNormalizer, DecomposingNormalizer};
use std::cmp::{max, min};
Expand Down

0 comments on commit dd9757e

Please sign in to comment.