Name Description Size
__init__.py 0
arguments.py (arg) => {{ if (typeof {expected} === "number" && isNaN({expected})) {{ if (!isNaN(arg)) {{ throw new Error(`Argument should be {expected}, but was ` + arg); }} }} else if (arg !== {expected}) {{ throw new Error(`Argument should be {expected}, but was ` + arg); }} return arg; }} 3048
await_promise.py async function() {{ await new Promise(r => setTimeout(() => r(), 0)); return "SOME_DELAYED_RESULT"; }} 1401
channel.py (channel) => channel({'foo': 'bar', 'baz': {'1': 2}}) 6385
exception_details.py 2860
exception_details_await_promise.py 1135
function_declaration.py 398
internal_id.py 2031
invalid.py 16776
primitive_values.py 744
realm.py 2321
remote_reference.py 11044
remote_values.py 6086
result_node.py () => document.querySelector("br") 22581
result_ownership.py 2831
sandbox.py 8477
serialization_options.py 19080
strict_mode.py 1460
target.py 948
this.py 4548
user_activation.py window.open(); 1805