Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ reject
Function
reject
deps/v8/test/mjsunit/es8/async-function-stacktrace.js:23–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
function
thrower() { throw
new
Error(
"NOPE"
); }
23
function
reject() {
return
Promise.reject(
new
Error(
"NOPE"
)); }
24
25
async
function
runTests() {
26
await
test(
async
function
a() {
Callers
7
rejectLater
Function · 0.70
runTests
Function · 0.70
b4
Function · 0.70
c4
Method · 0.70
classes-subclass-builtins.js
File · 0.50
MyPromise
Function · 0.50
promises.js
File · 0.50
Calls
1
reject
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…