Searched refs:exportAsFDF (Results 1 – 4 of 4) sorted by relevance
20 Alert: PASS: typeof this.exportAsFDF = function21 Alert: PASS: this.exportAsFDF() = undefined22 Alert: PASS: this.exportAsFDF(1, 2, "clams", [1, 2, 3]) = undefined
325 testUnsupported('this.exportAsFDF');
80 JS_STATIC_METHOD(exportAsFDF, CJS_Document)236 CJS_Result exportAsFDF(CJS_Runtime* pRuntime,
225 CJS_Result CJS_Document::exportAsFDF( in exportAsFDF() function in CJS_Document