Lines Matching refs:appended
1308 * If `urlObject.protocol` is a string, it is appended as-is to `result`.
1312 colon (`:`) character, the literal string `:` will be appended to `result`.
1314 will be appended to `result`:
1320 `urlObject.auth` will be coerced into a string and appended to `result`
1323 * If the `urlObject.hostname` is a string, it is appended to `result`.
1328 * The literal string `:` is appended to `result`, and
1329 * The value of `urlObject.port` is coerced to a string and appended to
1332 `urlObject.host` is coerced to a string and appended to `result`.
1335 (`/`), then the literal string `'/'` is appended to `result`.
1336 * The value of `urlObject.pathname` is appended to `result`.
1340 property is an `Object`, the literal string `?` is appended to `result`
1345 mark (`?`) character, the literal string `?` is appended to `result`.
1346 * The value of `urlObject.search` is appended to `result`.
1351 character, the literal string `#` is appended to `result`.
1352 * The value of `urlObject.hash` is appended to `result`.