Searched refs:StringPrototypeReplace (Results 1 – 10 of 10) sorted by relevance
/third_party/node/lib/internal/process/ |
D | per_thread.js | 26 StringPrototypeReplace, 318 (flag) => StringPrototypeReplace(flag, leadingDashesRegex, ''); 354 key = StringPrototypeReplace(key, replaceUnderscoresRegex, '-'); 356 key = StringPrototypeReplace(key, trailingValuesRegex, '');
|
/third_party/node/lib/internal/ |
D | util.js | 37 StringPrototypeReplace, 93 return StringPrototypeReplace(str, colorRegExp, '');
|
/third_party/node/lib/internal/modules/esm/ |
D | resolve.js | 22 StringPrototypeReplace, 453 StringPrototypeReplace(match, '*', () => subpath) : 475 const request = pattern ? StringPrototypeReplace(match, '*', () => subpath) : match + subpath;
|
/third_party/node/lib/ |
D | assert.js | 45 StringPrototypeReplace, 270 StringPrototypeReplace(StringPrototypeSlice(code,
|
D | path.js | 29 StringPrototypeReplace,
|
/third_party/node/deps/v8/src/builtins/ |
D | regexp-replace.tq | 179 // TODO(pwong): Remove dcheck when all callers (StringPrototypeReplace) are
|
D | builtins-definitions.h | 913 TFJ(StringPrototypeReplace, kJSArgcReceiverSlots + 2, kReceiver, kSearch, \
|
D | builtins-string-gen.cc | 990 TF_BUILTIN(StringPrototypeReplace, StringBuiltinsAssembler) { in TF_BUILTIN() argument
|
/third_party/node/doc/contributing/ |
D | primordials.md | 633 console.log(StringPrototypeReplace('ber', /e/, 'a')); // 'foo' 634 console.log(StringPrototypeReplace('ber', 'e', 'a')); // 'baz'
|
/third_party/node/typings/ |
D | primordials.d.ts | 409 export const StringPrototypeReplace: UncurryThis<typeof String.prototype.replace>
|