mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -3,8 +3,9 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::utils::Reflectable;
|
||||
use js::jsapi::{JSContext, JSObject, JS_WrapObject, JSVal, JS_ObjectIsCallable};
|
||||
use js::jsapi::{JSContext, JSObject, JS_WrapObject, JS_ObjectIsCallable};
|
||||
use js::jsapi::{JS_GetProperty, JSTracer, JS_CallTracer};
|
||||
use js::jsval::JSVal;
|
||||
use js::{JSVAL_IS_OBJECT, JSVAL_TO_OBJECT, JSTRACE_OBJECT};
|
||||
|
||||
use std::cast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue