mirror of https://github.com/boa-dev/boa.git
Halid Odat
4 years ago
committed by
GitHub
74 changed files with 102 additions and 167 deletions
@ -1,8 +1,5 @@
|
||||
use super::*; |
||||
use crate::builtins::{ |
||||
number::{f64_to_int32, f64_to_uint32, Number}, |
||||
value::PreferredType, |
||||
}; |
||||
use crate::builtins::number::{f64_to_int32, f64_to_uint32, Number}; |
||||
|
||||
impl Value { |
||||
#[inline] |
Loading…
Reference in new issue