Searched refs:CaptureAsyncStackTrace (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 928 void CaptureAsyncStackTrace(Isolate* isolate, Handle<JSPromise> promise, in CaptureAsyncStackTrace() function 1058 void CaptureAsyncStackTrace(Isolate* isolate, CallSiteBuilder* builder) { in CaptureAsyncStackTrace() function 1087 CaptureAsyncStackTrace(isolate, promise, builder); in CaptureAsyncStackTrace() 1097 CaptureAsyncStackTrace(isolate, promise, builder); in CaptureAsyncStackTrace() 1111 CaptureAsyncStackTrace(isolate, promise, builder); in CaptureAsyncStackTrace() 1175 CaptureAsyncStackTrace(isolate, &builder); in CaptureSimpleStackTrace()
|