Searched refs:gotoNamedDest (Results 1 – 4 of 4) sorted by relevance
102 Alert: PASS: typeof this.gotoNamedDest = function103 Alert: PASS: this.gotoNamedDest() threw error Document.gotoNamedDest: Incorrect number of parameter…104 Alert: PASS: this.gotoNamedDest(1, 2) threw error Document.gotoNamedDest: Incorrect number of param…
238 expect('typeof this.gotoNamedDest', 'function');241 expectError('this.gotoNamedDest()');242 expectError('this.gotoNamedDest(1, 2)');
227 bool gotoNamedDest(CJS_Runtime* pRuntime,385 JS_STATIC_METHOD(gotoNamedDest, Document);
1589 bool Document::gotoNamedDest(CJS_Runtime* pRuntime, in gotoNamedDest() function in Document