mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 21:41:23 +00:00
Add missing indexing words
This commit is contained in:
@ -1881,9 +1881,9 @@ impl<'a, 'b> SubContext<'a, 'b> {
|
||||
class, location, s,
|
||||
)
|
||||
}
|
||||
shared::OperationKind::IndexingGetter => panic!("getter should be structural"),
|
||||
shared::OperationKind::IndexingSetter => panic!("setter should be structural"),
|
||||
shared::OperationKind::IndexingDeleter => panic!("deleter should be structural"),
|
||||
shared::OperationKind::IndexingGetter => panic!("indexing getter should be structural"),
|
||||
shared::OperationKind::IndexingSetter => panic!("indexing setter should be structural"),
|
||||
shared::OperationKind::IndexingDeleter => panic!("indexing deleter should be structural"),
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user