mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move more bindings types to script_bindings (#35620)
* Move weak references implementation to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Move maplike/setlike definitions to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Move base error types to script_bindings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
0383ba9a5b
commit
381e168877
21 changed files with 435 additions and 391 deletions
|
@ -20,13 +20,17 @@ extern crate malloc_size_of_derive;
|
|||
pub mod callback;
|
||||
pub mod constant;
|
||||
pub mod conversions;
|
||||
pub mod error;
|
||||
pub mod inheritance;
|
||||
pub mod iterable;
|
||||
pub mod like;
|
||||
pub mod reflector;
|
||||
pub mod root;
|
||||
pub mod script_runtime;
|
||||
pub mod str;
|
||||
pub mod trace;
|
||||
pub mod utils;
|
||||
pub mod weakref;
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
pub mod codegen {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue