servo/components/script/dom/bindings
Cameron Zwarich 8334942d0c Add an extended_deref method to JSRef
The extended_deref method will take a JSRef<'a, T> and produce an &'a T,
in contrast to the standard deref method that takes an &'b JSRef<'a, T>
and produces an &'a T. This is useful when avoiding passing a JSRef by
reference.
2014-09-26 18:37:26 -07:00
..
codegen Remove unused cx_for_dom_object function. 2014-09-25 22:35:38 +02:00
callback.rs Move global_object_for_js_object to global.rs. 2014-09-25 22:35:37 +02:00
conversions.rs Cargoify servo 2014-09-08 20:21:42 -06:00
DESIGN.md Update docs 2014-09-24 05:44:53 +05:30
error.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
global.rs Move global_object_for_js_object to global.rs. 2014-09-25 22:35:37 +02:00
js.rs Add an extended_deref method to JSRef 2014-09-26 18:37:26 -07:00
proxyhandler.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
str.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30
trace.rs Fix trailing whitespace tidy errors 2014-09-25 13:48:07 -07:00
utils.rs Remove unused cx_for_dom_object function. 2014-09-25 22:35:38 +02:00