aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/proxyhandler.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-07-26 17:15:12 +0200
committerMs2ger <ms2ger@gmail.com>2014-07-26 17:15:12 +0200
commit69c49bb76437bb6dd71fe64cdf4c9da1dcaab11e (patch)
treefe5586501edfb1ab46457183117681b07fbe60e1 /src/components/script/dom/bindings/proxyhandler.rs
parent5ed95e410b3f0c7ac5fb1c1e200452b27d6b5cda (diff)
parent2ddb32bd2f8c6fee56ff702c3230ab61c0f786b3 (diff)
downloadservo-69c49bb76437bb6dd71fe64cdf4c9da1dcaab11e.tar.gz
servo-69c49bb76437bb6dd71fe64cdf4c9da1dcaab11e.zip
Merge pull request #2931 from Ms2ger/dom-docs
Add documentation for the DOM; r=jdm
Diffstat (limited to 'src/components/script/dom/bindings/proxyhandler.rs')
-rw-r--r--src/components/script/dom/bindings/proxyhandler.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/dom/bindings/proxyhandler.rs b/src/components/script/dom/bindings/proxyhandler.rs
index 66984ebdc19..07d750e438e 100644
--- a/src/components/script/dom/bindings/proxyhandler.rs
+++ b/src/components/script/dom/bindings/proxyhandler.rs
@@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+///! Utilities for the implementation of JSAPI proxy handlers.
+
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};