Home
last modified time | relevance | path

Searched refs:StringPrototypeSlice (Results 1 – 25 of 49) sorted by relevance

12

/third_party/node/lib/
Dpath.js30 StringPrototypeSlice,
93 res = StringPrototypeSlice(res, 0, lastSlashIndex);
114 res += `${separator}${StringPrototypeSlice(path, lastSlash + 1, i)}`;
116 res = StringPrototypeSlice(path, lastSlash + 1, i);
186 (StringPrototypeToLowerCase(StringPrototypeSlice(path, 0, 2)) !==
223 const firstPart = StringPrototypeSlice(path, last, j);
242 `\\\\${firstPart}\\${StringPrototypeSlice(path, last, j)}`;
253 device = StringPrototypeSlice(path, 0, 2);
279 `${StringPrototypeSlice(path, rootEnd)}\\${resolvedTail}`;
337 const firstPart = StringPrototypeSlice(path, last, j);
[all …]
Dquerystring.js36 StringPrototypeSlice,
368 key += StringPrototypeSlice(qs, lastPos, end);
378 value += StringPrototypeSlice(qs, lastPos, end);
400 key += StringPrototypeSlice(qs, lastPos, end);
426 key += StringPrototypeSlice(qs, lastPos, i);
434 value += StringPrototypeSlice(qs, lastPos, i);
457 key += StringPrototypeSlice(qs, lastPos);
459 value += StringPrototypeSlice(qs, lastPos);
Dos.js30 StringPrototypeSlice,
189 path = StringPrototypeSlice(path, 0, -1);
196 path = StringPrototypeSlice(path, 0, -1);
241 const part = StringPrototypeSlice(netmask, lastPos, i);
Dtls.js43 StringPrototypeSlice,
294 ArrayPrototypePush(dnsNames, StringPrototypeSlice(name, 4));
296 ArrayPrototypePush(ips, canonicalizeIP(StringPrototypeSlice(name, 11)));
Dassert.js46 StringPrototypeSlice,
270 StringPrototypeReplace(StringPrototypeSlice(code,
310 BuiltinModule.exists(StringPrototypeSlice(filename, 5))) {
340 code = StringPrototypeSlice(code,
357 message += `\n ${StringPrototypeSlice(frame, pos)}`;
971 StringPrototypeSlice(origStack, origStackStart + 1),
/third_party/node/lib/internal/
Dmime.js11 StringPrototypeSlice,
45 StringPrototypeSlice(str, position) :
46 StringPrototypeSlice(str, position, typeEnd);
58 StringPrototypeSlice(str, position) :
59 StringPrototypeSlice(str, position, subtypeEnd);
65 const trimmedSubtype = StringPrototypeSlice(
196 StringPrototypeSlice(str, position),
202 StringPrototypeSlice(str, position),
207 StringPrototypeSlice(str, position),
211 StringPrototypeSlice(str, position, afterParameterName),
[all …]
Dquerystring.js8 StringPrototypeSlice,
62 out += StringPrototypeSlice(str, lastPos, i);
74 out += StringPrototypeSlice(str, lastPos, i);
111 return out + StringPrototypeSlice(str, lastPos);
Durl.js31 StringPrototypeSlice,
737 const protocol = StringPrototypeSlice(ctx.href, 0, ctx.protocol_end);
770 return StringPrototypeSlice(this[context].href, 0, this[context].protocol_end);
787 return StringPrototypeSlice(ctx.href, ctx.protocol_end + 2, ctx.username_end);
806 return StringPrototypeSlice(ctx.href, ctx.username_end + 1, ctx.host_start);
833 return StringPrototypeSlice(ctx.href, startsAt, ctx.pathname_start);
854 return StringPrototypeSlice(ctx.href, startsAt, ctx.host_end);
894 return StringPrototypeSlice(ctx.href, ctx.pathname_start, endsAt);
914 return StringPrototypeSlice(ctx.href, ctx.search_start, endsAt);
948 return StringPrototypeSlice(ctx.href, ctx.hash_start);
[all …]
Dv8_prof_processor.js7 StringPrototypeSlice,
19 const file = StringPrototypeSlice(specifier, 2, -4);
Dencoding.js14 StringPrototypeSlice,
318 return StringPrototypeSlice(label, s, e);
544 result = StringPrototypeSlice(result, 1);
/third_party/node/lib/internal/readline/
Dinterface.js28 StringPrototypeSlice,
591 if (StringPrototypeCodePointAt(string) === 10) string = StringPrototypeSlice(string, 1);
615 this[kLine_buffer] = StringPrototypeSlice(string, indexes[lastIndex]);
617 this[kOnLine](StringPrototypeSlice(string, indexes[i - 1], indexes[i]));
632 const beg = StringPrototypeSlice(this.line, 0, this.cursor);
633 const end = StringPrototypeSlice(
657 const string = StringPrototypeSlice(this.line, 0, this.cursor);
683 this[kInsertString](StringPrototypeSlice(prefix, completeOn.length));
686 this.line = StringPrototypeSlice(this.line,
690 StringPrototypeSlice(this.line,
[all …]
/third_party/node/lib/internal/modules/esm/
Dresolve.js23 StringPrototypeSlice,
135 StringPrototypeSlice(path, pkgPath.length)}", imported from ${basePath
144 StringPrototypeSlice(path, pkgPath.length)}", imported from ${
318 StringPrototypeSlice(path, -1) : path);
449 if (RegExpPrototypeExec(invalidSegmentRegEx, StringPrototypeSlice(target, 2)) !== null) {
450 …if (RegExpPrototypeExec(deprecatedInvalidSegmentRegEx, StringPrototypeSlice(target, 2)) === null) {
656 StringPrototypeSlice(key, 0, patternIndex))) {
666 const patternTrailer = StringPrototypeSlice(key, patternIndex + 1);
672 bestMatchSubpath = StringPrototypeSlice(
751 StringPrototypeSlice(key, 0,
[all …]
Dget_format.js7 StringPrototypeSlice,
71 const relativePath = StringPrototypeSlice(relative(config.pjsonPath, filepath), 1);
/third_party/node/lib/internal/util/
Dinspect.js81 StringPrototypeSlice,
538 result += `${StringPrototypeSlice(str, last, i)}${meta[point]}`;
549 result += `${StringPrototypeSlice(str, last, i)}\\u${NumberPrototypeToString(point, 16)}`;
555 result += StringPrototypeSlice(str, last);
1038 let constructorName = StringPrototypeSlice(getCtxStyle(value, constructor, tag), 0, -1);
1061 const constructorName = StringPrototypeSlice(getCtxStyle(value, constructor, tag), 0, -1);
1180 const slice = StringPrototypeSlice(stringified, 5, -1);
1183 (!StringPrototypeIncludes(StringPrototypeSlice(slice, 0, bracketIndex), '(') ||
1258 …const causeFrames = StringPrototypeSplit(StringPrototypeSlice(causeStack, causeStackStart + 1), '\…
1287 const prefix = StringPrototypeSlice(getPrefix(constructor, tag, fallback), 0, -1);
[all …]
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
Dindex.js16 StringPrototypeSlice,
235 ArrayPrototypePush(expanded, `-${StringPrototypeSlice(arg, index)}`);
248 const value = StringPrototypeSlice(arg, 2);
258 const longOption = StringPrototypeSlice(arg, 2);
278 const longOption = StringPrototypeSlice(arg, 2, equalIndex);
279 const value = StringPrototypeSlice(arg, equalIndex + 1);
/third_party/node/lib/internal/util/parse_args/
Dparse_args.js16 StringPrototypeSlice,
231 ArrayPrototypePush(expanded, `-${StringPrototypeSlice(arg, index)}`);
244 const value = StringPrototypeSlice(arg, 2);
254 const longOption = StringPrototypeSlice(arg, 2);
274 const longOption = StringPrototypeSlice(arg, 2, equalIndex);
275 const value = StringPrototypeSlice(arg, equalIndex + 1);
/third_party/node/lib/internal/assert/
Dassertion_error.js16 StringPrototypeSlice,
246 StringPrototypeSlice(actualLine, 0, -1) !== expectedLine);
258 StringPrototypeSlice(expectedLine, 0, -1) === actualLine) {
320 return `${StringPrototypeSlice(string, 512)}...`;
400 res = `${StringPrototypeSlice(res, 0, 1021)}...`;
405 res = `${StringPrototypeSlice(res, 0, 509)}...`;
408 other = `${StringPrototypeSlice(other, 0, 509)}...`;
/third_party/node/lib/internal/main/
Dprint_help.js13 StringPrototypeSlice,
127 name1 = `--no-${StringPrototypeSlice(name1, 2)}`;
130 name2 = `--no-${StringPrototypeSlice(name2, 2)}`;
144 displayName = `--no-${StringPrototypeSlice(displayName, 2)}`;
Dmksnapshot.js11 StringPrototypeSlice,
102 normalizedId = StringPrototypeSlice(id, 5);
/third_party/node/lib/internal/repl/
Dutils.js17 StringPrototypeSlice,
114 const token = StringPrototypeSlice(this.input,
259 const suffix = StringPrototypeSlice(prefix, completeOn.length);
441 inspected = `${StringPrototypeSlice(inspected, 0, lineBreakPos)}`;
593 const start = StringPrototypeSlice(entry, 0, cursor);
594 const end = StringPrototypeSlice(entry, cursor + input.length);
637 const line = StringPrototypeSlice(repl.history[lastMatch], 0, lastCursor);
659 const cursorLine = prompt + StringPrototypeSlice(outputLine, 0, cursor);
717 reset(StringPrototypeSlice(input, 0, input.length - 1));
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dbuffer_list.js3 const { StringPrototypeSlice, SymbolIterator, TypedArrayPrototypeSet, Uint8Array } = require('../..…
105 ret += StringPrototypeSlice(str, 0, n)
107 p.data = StringPrototypeSlice(str, n)
/third_party/node/lib/internal/streams/
Dbuffer_list.js4 StringPrototypeSlice,
125 ret += StringPrototypeSlice(str, 0, n);
127 p.data = StringPrototypeSlice(str, n);
/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js10 StringPrototypeSlice,
162 StringPrototypeSlice(line, 0, originalColumn + 1))) {
166 prefix = StringPrototypeSlice(prefix, 0, -1); // The last character is '^'.
/third_party/node/lib/internal/policy/
Dsri.js13 StringPrototypeSlice,
64 if (RegExpPrototypeExec(kAllWSP, StringPrototypeSlice(str, prevIndex)) === null) {
/third_party/node/lib/internal/modules/cjs/
Dloader.js64 StringPrototypeSlice,
411 checkPath = StringPrototypeSlice(checkPath, 0, separatorIndex);
506 currentExtension = StringPrototypeSlice(name, index);
537 expansion = '.' + StringPrototypeSlice(request, pkg.name.length);
732 StringPrototypeSlice(from, 0, last) + '\\node_modules',
767 StringPrototypeSlice(from, 0, last) + '/node_modules',
790 BuiltinModule.canBeRequiredByUsers(StringPrototypeSlice(request, 5))
912 const id = StringPrototypeSlice(request, 5);
990 BuiltinModule.canBeRequiredByUsers(StringPrototypeSlice(request, 5))
1295 StringPrototypeSlice(err.stack, StringPrototypeIndexOf(

12