Searched refs:closeDoc (Results 1 – 4 of 4) sorted by relevance
11 Alert: PASS: typeof this.closeDoc = function12 Alert: PASS: this.closeDoc() = undefined13 Alert: PASS: this.closeDoc(1, 2, "clams", [1, 2, 3]) = undefined
322 testUnsupported('this.closeDoc');
76 JS_STATIC_METHOD(closeDoc, CJS_Document)228 CJS_Result closeDoc(CJS_Runtime* pRuntime,
986 CJS_Result CJS_Document::closeDoc( in closeDoc() function in CJS_Document