mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Regroup uses of JS constants in utils.rs.
This commit is contained in:
parent
47829a37a9
commit
1d00b28df0
1 changed files with 2 additions and 3 deletions
|
@ -46,9 +46,8 @@ use js::jsval::JSVal;
|
|||
use js::jsval::{PrivateValue, ObjectValue, NullValue};
|
||||
use js::jsval::{Int32Value, UInt32Value, DoubleValue, BooleanValue, UndefinedValue};
|
||||
use js::rust::with_compartment;
|
||||
use js::JSPROP_ENUMERATE;
|
||||
use js::JSPROP_PERMANENT;
|
||||
use js::{JSFUN_CONSTRUCTOR, JSPROP_READONLY};
|
||||
use js::{JSPROP_ENUMERATE, JSPROP_READONLY, JSPROP_PERMANENT};
|
||||
use js::JSFUN_CONSTRUCTOR;
|
||||
use js;
|
||||
|
||||
#[allow(raw_pointer_deriving)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue