Searched refs:gotoNamedDest (Results 1 – 6 of 6) sorted by relevance
111 Alert: PASS: typeof this.gotoNamedDest = function112 Alert: PASS: this.gotoNamedDest() threw Document.gotoNamedDest: Incorrect number of parameters pass…113 Alert: PASS: this.gotoNamedDest(1, 2) threw Document.gotoNamedDest: Incorrect number of parameters …114 Alert: PASS: this.gotoNamedDest("chicago") threw Document.gotoNamedDest: Object no longer exists.
232 expect('typeof this.gotoNamedDest', 'function');235 expectError('this.gotoNamedDest()');236 expectError('this.gotoNamedDest(1, 2)');239 expectError('this.gotoNamedDest("chicago")');
15 this.gotoNamedDest\(""\);
14 this.gotoNamedDest\("2"\);
97 JS_STATIC_METHOD(gotoNamedDest, CJS_Document)272 CJS_Result gotoNamedDest(CJS_Runtime* pRuntime,
1376 CJS_Result CJS_Document::gotoNamedDest( in gotoNamedDest() function in CJS_Document