Home
last modified time | relevance | path

Searched defs:prepareStackTrace (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1529.js31 Error.prepareStackTrace = function (error, stackTrace) { function
Dregress-function-constructor-receiver.js6 Error.prepareStackTrace = function (a,b) { return b; }; function
Dregress-2564.js33 Error.prepareStackTrace = function(error, frames) { function
Dregress-conditional-position.js36 Error.prepareStackTrace = function (error, stackTrace) { function
/external/v8/test/mjsunit/
Dstack-traces-custom-lazy.js39 Error.prepareStackTrace = function(e, frames) { function
Deval-stack-trace.js30 Error.prepareStackTrace = function(error, frames) { function
Dstack-traces.js315 Error.prepareStackTrace = function() { throw new Error("abc"); }; function