Searched refs:gotoNamedDest (Results 1 – 4 of 4) 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.
228 expect('typeof this.gotoNamedDest', 'function');231 expectError('this.gotoNamedDest()');232 expectError('this.gotoNamedDest(1, 2)');235 expectError('this.gotoNamedDest("chicago")');
98 JS_STATIC_METHOD(gotoNamedDest, CJS_Document)273 CJS_Result gotoNamedDest(CJS_Runtime* pRuntime,
1363 CJS_Result CJS_Document::gotoNamedDest( in gotoNamedDest() function in CJS_Document