mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
codegen: Implement WebIDL sequence arguments
This commit is contained in:
parent
2f1eee599c
commit
92d7c49924
2 changed files with 11 additions and 2 deletions
|
@ -25,7 +25,7 @@ use std::slice;
|
|||
use str::DOMString;
|
||||
|
||||
/// Behavior for stringification of `JSVal`s.
|
||||
#[derive(PartialEq)]
|
||||
#[derive(PartialEq, Clone)]
|
||||
pub enum StringificationBehavior {
|
||||
/// Convert `null` to the string `"null"`.
|
||||
Default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue