mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision 9ca57e052ba1b19fa3dd46c6aa656e8d529469a8
This commit is contained in:
parent
68cb8f3d59
commit
75d6484415
1377 changed files with 31062 additions and 16983 deletions
|
@ -1,6 +1,6 @@
|
|||
// GENERATED CONTENT - DO NOT EDIT
|
||||
// Content was automatically extracted by Reffy into reffy-reports
|
||||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Content was automatically extracted by Reffy into webref
|
||||
// (https://github.com/w3c/webref)
|
||||
// Source: WebAssembly JavaScript Interface (https://webassembly.github.io/spec/js-api/)
|
||||
|
||||
dictionary WebAssemblyInstantiatedSource {
|
||||
|
@ -82,7 +82,7 @@ interface Table {
|
|||
constructor(TableDescriptor descriptor);
|
||||
unsigned long grow([EnforceRange] unsigned long delta);
|
||||
Function? get([EnforceRange] unsigned long index);
|
||||
void set([EnforceRange] unsigned long index, Function? value);
|
||||
undefined set([EnforceRange] unsigned long index, Function? value);
|
||||
readonly attribute unsigned long length;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue