Searched defs:prepareStackTrace (Results 1 - 16 of 16) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-1529.js31 Error.prepareStackTrace = function (error, stackTrace) {
H A Dregress-2564.js33 Error.prepareStackTrace = function(error, frames) {
34 Error.prepareStackTrace = undefined; // Prevent recursion.
64 Error.prepareStackTrace = function(error, frames) {
65 Error.prepareStackTrace = undefined; // Prevent recursion.
100 Error.prepareStackTrace = function(error, frames) {
101 Error.prepareStackTrace = undefined; // Prevent recursion.
H A Dregress-596718.js5 Error.prepareStackTrace = function(e, frames) { return frames; }
8 Error.prepareStackTrace = function(e, frames) { return frames.map(frame => new Proxy(frame, {})); }
11 Error.prepareStackTrace = function(e, frames) { return frames; }
H A Dregress-crbug-435825.js5 Error.prepareStackTrace = function (a,b) { return b; };
H A Dregress-crbug-610207.js5 Error.prepareStackTrace = function(exception, frames) {
H A Dregress-3718.js8 Error.prepareStackTrace = function(e, stack) { return stack; }
10 Error.prepareStackTrace = undefined;
H A Dregress-crbug-505370.js16 Error.prepareStackTrace = function(exception, frames) { return frames; };
18 Error.prepareStackTrace = undefined;
H A Dregress-conditional-position.js36 Error.prepareStackTrace = function (error, stackTrace) {
/external/v8/test/mjsunit/
H A Dregress-crbug-528379.js7 Error.prepareStackTrace = function(e, frames) { return frames; }
H A Dstack-traces-custom-lazy.js39 Error.prepareStackTrace = function(e, frames) {
44 Error.prepareStackTrace = undefined;
H A Deval-origin.js7 Error.prepareStackTrace = function(exception, frames) {
32 Error.prepareStackTrace = undefined;
H A Dstack-traces-custom.js17 Error.prepareStackTrace = function(e, frames) { return frames; };
19 Error.prepareStackTrace = undefined;
H A Deval-stack-trace.js30 Error.prepareStackTrace = function(error, frames) {
H A Dstack-traces.js330 Error.prepareStackTrace = function() { throw new Error("abc"); };
344 // Test that modifying Error.prepareStackTrace by itself works.
345 Error.prepareStackTrace = function() { Error.prepareStackTrace = "custom"; };
348 assertEquals("custom", Error.prepareStackTrace);
/external/v8/test/mjsunit/wasm/
H A Dtrap-location.js11 Error.prepareStackTrace = function(error, frames) {
H A Dfunction-names.js53 Error.prepareStackTrace = function(error, frames) {

Completed in 71 milliseconds