Searched refs:applyXSL (Results 1 – 4 of 4) sorted by relevance
11 Alert: PASS: typeof my_doc.applyXSL = function22 Alert: PASS: my_doc.applyXSL() threw XFAObject.applyXSL: Incorrect number of parameters passed to f…23 Alert: PASS: my_doc.applyXSL(42) = undefined
32 expect("typeof my_doc.applyXSL", "function");43 expectError("my_doc.applyXSL()");44 expect("my_doc.applyXSL(42)", undefined);
25 JSE_METHOD(applyXSL);
160 CJS_Result CJX_Node::applyXSL(CFX_V8* runtime, in applyXSL() function in CJX_Node