Home
last modified time | relevance | path

Searched defs:captureStackTrace (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DerrorConstructorSubtypes.ts4 captureStackTrace(targetObject: Object, constructorOpt?: Function): void; method
/third_party/node/deps/npm/node_modules/create-error-class/
Dindex.js2 var captureStackTrace = require('capture-stack-trace'); variable
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Ddebuggability.js808 var captureStackTrace = (function stackDetection() { function
843 return function captureStackTrace(o) { function