test_sjs_throwing_exceptions.js File Reference

Go to the source code of this file.

Functions

function run_test ()
 
 for (var i=0;i< TEST_RUNS;i++) tests[i]
 
function start_thrower (ch, cx)
 
function start_last (ch, cx)
 

Variables

const PORT = 4444
 
var gStartCount = 0
 
var lastPassed = false
 
const TEST_RUNS = 250
 
var test
 
var tests = new Array(TEST_RUNS + 1)
 

Function Documentation

for ( )

Definition at line 1381 of file nsSessionStore.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function run_test ( )

Definition at line 48 of file test_sjs_throwing_exceptions.js.

Here is the call graph for this function:

function start_last (   ch,
  cx 
)

Definition at line 96 of file test_sjs_throwing_exceptions.js.

Here is the call graph for this function:

function start_thrower (   ch,
  cx 
)

Definition at line 88 of file test_sjs_throwing_exceptions.js.

Here is the call graph for this function:

Variable Documentation

var gStartCount = 0

Definition at line 71 of file test_sjs_throwing_exceptions.js.

var lastPassed = false

Definition at line 72 of file test_sjs_throwing_exceptions.js.

const PORT = 4444

Definition at line 46 of file test_sjs_throwing_exceptions.js.

var test
Initial value:
= new Test("http://localhost:4444/thrower.sjs?throw",
function start_thrower(ch, cx)
return null
Definition: FeedWriter.js:1143
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322

Definition at line 77 of file test_sjs_throwing_exceptions.js.

const TEST_RUNS = 250

Definition at line 75 of file test_sjs_throwing_exceptions.js.

tests[TEST_RUNS] = new Array(TEST_RUNS + 1)

Definition at line 80 of file test_sjs_throwing_exceptions.js.