projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1213cfc3b12791a36619b51d1b55c68bbd03b0df
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (t, a) {
4
var e = new Error();
5
try {
6
t.call(e);
7
} catch (e2) {
8
a(e2, e);
9
}
10
};