Name Description Size
__init__.py 413
arguments.py arguments[1]([arguments[0] === null, arguments[0]]) 6521
collections.py let resolve = arguments[0]; function func() { return arguments; } resolve(func("foo", "bar")); 4886
cyclic.py let arr = []; arr.push(arr); arguments[0](arr); 2319
execute_async.py 2499
node.py <div id="deep"><p><span></span></p><br/></div> <div id="text-node"><p></p>Lorem</div> <br/> <svg id="foo"></svg> <div id="comment"><!-- Comment --></div> <script> var svg = document.querySelector("svg"); svg.setAttributeNS("http://www.w3.org/2000/svg", "svg:foo", "bar"); </script> 3044
objects.py arguments[0]({ foo: 23, bar: true, }); 1205
promise.py let resolve = arguments[0]; resolve(Promise.resolve('foobar')); 3301
properties.py const resolve = arguments[0]; const input = document.querySelector("input"); resolve(input.value); 1915
user_prompts.py const [url, resolve] = arguments; window.location.href = url; resolve(); 6032
window.py 989