MCPcopy Create free account
hub / github.com/nodejs/node / assertAsync

Function assertAsync

deps/v8/test/mjsunit/es6/promise-thenable-proxy.js:7–11  ·  view source on GitHub ↗
(b, s)

Source from the content-addressed store, hash-verified

5// Flags: --allow-natives-syntax
6
7function assertAsync(b, s) {
8 if (!b) {
9 %AbortJS(" FAILED!")
10 }
11}
12
13var handler = {
14 get: function(target, name) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected