Skip to content

Commit c0ade81

Browse files
committed
Try adding annotation
1 parent c6485e8 commit c0ade81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/closure-externs/closure-externs.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ Atomics.notify = function() {};
7373
Atomics.load = function() {};
7474
Atomics.store = function() {};
7575

76+
/**
77+
* @param {number=} maxWaitMilliseconds
78+
* @suppress {duplicate, checkTypes}
79+
*/
80+
function LE_ATOMICS_WAITASYNC(i32a, index, value, maxWaitMilliseconds) {};
81+
7682
/**
7783
* @const
7884
* @suppress {duplicate, checkTypes}

0 commit comments

Comments
 (0)