mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Move unwrap_jsmanaged and related machinery to conversions.rs.
This commit is contained in:
parent
73c236ce3b
commit
96180ec3ad
5 changed files with 124 additions and 113 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
///! Utilities for the implementation of JSAPI proxy handlers.
|
||||
|
||||
use dom::bindings::conversions::is_dom_proxy;
|
||||
use dom::bindings::utils::delete_property_by_id;
|
||||
use dom::bindings::utils::is_dom_proxy;
|
||||
use js::jsapi::{JSContext, jsid, JSPropertyDescriptor, JSObject, JSString, jschar};
|
||||
use js::jsapi::{JS_GetPropertyDescriptorById, JS_NewUCString, JS_malloc, JS_free};
|
||||
use js::jsapi::{JS_DefinePropertyById, JS_NewObjectWithGivenProto};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue