servo/src/components/script/dom/bindings
Ms2ger d53841b016 Handle exceptions from FindEnumStringIndex correctly.
The previous code would return success from the JSNative with a pending
exception, potentially leading to assertion failures inside the JS engine
later.
2014-04-18 10:18:24 +02:00
..
codegen Handle exceptions from FindEnumStringIndex correctly. 2014-04-18 10:18:24 +02:00
callback.rs Make GetCallableProperty more rustic. 2014-04-10 19:21:17 +02:00
conversions.rs Implement FromJSValConvertible for JS<T>. 2014-04-15 21:33:18 +02:00
element.rs Implement JSManaged for DOM objects. 2014-02-24 15:16:42 -05:00
error.rs Rust upgrades 2014-03-18 09:30:35 -05:00
js.rs Add transparent Traceable and Untraceable types to aid proper rooting practices, and replace ad-hoc Untraceable structs with empty Encodable implementations. 2014-04-17 17:41:09 -04:00
proxyhandler.rs Remove all traces of C wrappers for SpiderMonkey class stubs. 2014-04-08 10:15:12 -04:00
trace.rs Add transparent Traceable and Untraceable types to aid proper rooting practices, and replace ad-hoc Untraceable structs with empty Encodable implementations. 2014-04-17 17:41:09 -04:00
utils.rs Rewrite FindEnumStringIndex to distinguish 'value not found' and 'exception raised'. 2014-04-18 10:18:17 +02:00