Searched refs:getAnnot (Results 1 – 5 of 5) sorted by relevance
79 Alert: PASS: typeof this.getAnnot = function80 Alert: PASS: this.getAnnot() threw error Document.getAnnot: Incorrect number of parameters passed t…81 Alert: PASS: this.getAnnot(0) threw error Document.getAnnot: Incorrect number of parameters passed …82 Alert: PASS: this.getAnnot(0, "test", 0) threw error Document.getAnnot: Incorrect number of paramet…
140 expect('typeof this.getAnnot', 'function');143 expectError('this.getAnnot()');144 expectError('this.getAnnot(0)');145 expectError('this.getAnnot(0, "test", 0)');
42 var annot = this.getAnnot(0, "Annot-1");
167 bool getAnnot(CJS_Runtime* pRuntime,370 JS_STATIC_METHOD(getAnnot, Document);
1079 bool Document::getAnnot(CJS_Runtime* pRuntime, in getAnnot() function in Document