Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
function
assertAsync(b, s) {
8
if
(!b) {
9
%AbortJS(
" FAILED!"
)
10
}
11
}
12
13
var
handler = {
14
get:
function
(target, name) {
Callers
1
promise-thenable-proxy.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected