Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35401096
main.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
686 B
Subscribers
None
main.js
View Options
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*global do_subtest: false, Components: false */
function
execTest
(
filename
)
{
const
Cc
=
Components
.
classes
;
const
Ci
=
Components
.
interfaces
;
let
env
=
Cc
[
"@mozilla.org/process/environment;1"
].
getService
(
Ci
.
nsIEnvironment
);
let
testcases
=
env
.
get
(
"JS_TEST"
);
if
(
testcases
&&
testcases
.
length
>
0
)
{
if
(
testcases
.
search
(
filename
)
>=
0
)
do_subtest
(
filename
);
}
else
do_subtest
(
filename
);
}
// the subprocess tests
execTest
(
"subprocess-test.js"
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 7, 5:30 PM (11 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/01/272e7eac8d2bd05c5a933b662b92
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment