mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
parent
93ffbd46a9
commit
4cb956bb3b
5 changed files with 330 additions and 17 deletions
|
|
@ -6166,6 +6166,12 @@ class MOZ_STACK_CLASS JS_PUBLIC_API(ForOfIterator) {
|
|||
*/
|
||||
bool next(JS::MutableHandleValue val, bool* done);
|
||||
|
||||
/**
|
||||
* Close the iterator.
|
||||
* For the case that completion type is throw.
|
||||
*/
|
||||
void closeThrow();
|
||||
|
||||
/**
|
||||
* If initialized with throwOnNonCallable = false, check whether
|
||||
* the value is iterable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue