Merge extensions/python/xpcom changes from DOM_AGNOSTIC2_BRANCH into the
trunk. git-svn-id: svn://10.0.0.236/trunk@187878 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -130,5 +130,9 @@ v2[3] = 6;
|
||||
if (c.SumArrays(v.length, v, v2) != 21)
|
||||
throw("Could not sum an array of integers!");
|
||||
|
||||
var count = new Object();
|
||||
count.value = 0;
|
||||
var out = [];
|
||||
c.DoubleStringArray(count, out);
|
||||
|
||||
print("javascript successfully tested the Python test component.");
|
||||
|
||||
Reference in New Issue
Block a user