ソースを参照

Remove unused 'caller' in the JS execution tree

Gaël Métais 10 年 前
コミット
2865c922d7

+ 0 - 7
phantomas_custom/modules/domQYLT/domQYLT.js

@@ -36,7 +36,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: ['#' + id]
                             arguments: ['#' + id]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
 
 
@@ -60,7 +59,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: ['.' + className]
                             arguments: ['.' + className]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }
@@ -86,7 +84,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: [tagName]
                             arguments: [tagName]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }
@@ -115,7 +112,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: [selector]
                             arguments: [selector]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }
@@ -134,7 +130,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: [selector]
                             arguments: [selector]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }
@@ -181,7 +176,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: [appended]
                             arguments: [appended]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }
@@ -201,7 +195,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: [appended]
                             arguments: [appended]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }

+ 0 - 1
phantomas_custom/modules/eventListYLT/eventListYLT.js

@@ -31,7 +31,6 @@ exports.module = function(phantomas) {
                             },
                             },
                             arguments: [eventType]
                             arguments: [eventType]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
                 }
                 }

+ 0 - 5
phantomas_custom/modules/jQYLT/jQYLT.js

@@ -143,7 +143,6 @@ function get_type(thing){
                         callDetails: {
                         callDetails: {
                             arguments: ['version ' + version]
                             arguments: ['version ' + version]
                         },
                         },
-                        caller: phantomas.getCaller(1),
                         backtrace: phantomas.getBacktrace()
                         backtrace: phantomas.getBacktrace()
                     });
                     });
 
 
@@ -157,7 +156,6 @@ function get_type(thing){
                             callDetails: {
                             callDetails: {
                                 arguments: [func]
                                 arguments: [func]
                             },
                             },
-                            caller: phantomas.getCaller(1),
                             backtrace: phantomas.getBacktrace()
                             backtrace: phantomas.getBacktrace()
                         });
                         });
 
 
@@ -179,7 +177,6 @@ function get_type(thing){
                                 },
                                 },
                                 arguments: [selector]
                                 arguments: [selector]
                             },
                             },
-                            caller: phantomas.getCaller(3),
                             backtrace: phantomas.getBacktrace()
                             backtrace: phantomas.getBacktrace()
                         });
                         });
 
 
@@ -200,7 +197,6 @@ function get_type(thing){
                                 },
                                 },
                                 arguments: [eventTypes, func]
                                 arguments: [eventTypes, func]
                             },
                             },
-                            caller: phantomas.getCaller(3),
                             backtrace: phantomas.getBacktrace()
                             backtrace: phantomas.getBacktrace()
                         });
                         });
 
 
@@ -280,7 +276,6 @@ function get_type(thing){
                                     },
                                     },
                                     arguments: args
                                     arguments: args
                                 },
                                 },
-                                caller: phantomas.getCaller(3),
                                 backtrace: phantomas.getBacktrace()
                                 backtrace: phantomas.getBacktrace()
                             });
                             });