mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move JSVal into the jsval module.
This commit is contained in:
parent
4b061dc43d
commit
9fbfb1909c
8 changed files with 18 additions and 10 deletions
|
@ -20,7 +20,8 @@ use servo_util::str::DOMString;
|
|||
use servo_util::task::{spawn_named};
|
||||
|
||||
use js::glue::*;
|
||||
use js::jsapi::{JSObject, JSContext, JS_DefineProperty, JSVal};
|
||||
use js::jsapi::{JSObject, JSContext, JS_DefineProperty};
|
||||
use js::jsval::JSVal;
|
||||
use js::{JSVAL_NULL, JSPROP_ENUMERATE};
|
||||
|
||||
use std::cast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue