mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add documentation for the DOM.
This commit is contained in:
parent
5ed95e410b
commit
2ddb32bd2f
10 changed files with 215 additions and 14 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue