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 super::*; |
||||||
use crate::builtins::{ |
use crate::builtins::number::{f64_to_int32, f64_to_uint32, Number}; |
||||||
number::{f64_to_int32, f64_to_uint32, Number}, |
|
||||||
value::PreferredType, |
|
||||||
}; |
|
||||||
|
|
||||||
impl Value { |
impl Value { |
||||||
#[inline] |
#[inline] |
Loading…
Reference in new issue