/third_party/typescript/tests/baselines/reference/ |
D | parserES5SymbolProperty5.types | 5 [Symbol.isRegExp]: string; 6 >[Symbol.isRegExp] : string 7 >Symbol.isRegExp : any 9 >isRegExp : any
|
D | parserES5SymbolProperty4.types | 5 [Symbol.isRegExp]: string; 6 >[Symbol.isRegExp] : string 7 >Symbol.isRegExp : any 9 >isRegExp : any
|
D | parserES5SymbolProperty5.symbols | 5 [Symbol.isRegExp]: string; 6 >[Symbol.isRegExp] : Symbol(C[Symbol.isRegExp], Decl(parserES5SymbolProperty5.ts, 0, 9))
|
D | parserES5SymbolProperty4.symbols | 5 [Symbol.isRegExp]: string; 6 >[Symbol.isRegExp] : Symbol(C[Symbol.isRegExp], Decl(parserES5SymbolProperty4.ts, 0, 17))
|
D | parserES5SymbolProperty4.js | 3 [Symbol.isRegExp]: string;
|
D | parserES5SymbolProperty5.js | 3 [Symbol.isRegExp]: string;
|
D | parserES5SymbolProperty4.errors.txt | 6 [Symbol.isRegExp]: string;
|
D | parserES5SymbolProperty5.errors.txt | 6 [Symbol.isRegExp]: string;
|
D | underscoreTest1.js | 61 isRegExp(): boolean; 235 isRegExp(): ChainedObject<boolean>; 617 isRegExp(object: any): boolean; 850 _.isRegExp(/moe/); 1048 _.isRegExp(/moe/);
|
/third_party/node/test/parallel/ |
D | test-util.js | 44 assert.strictEqual(util.isRegExp(/regexp/), true); 45 assert.strictEqual(util.isRegExp(RegExp(), 'foo'), true); 46 assert.strictEqual(util.isRegExp(new RegExp()), true); 47 assert.strictEqual(util.isRegExp(context('RegExp')()), true); 48 assert.strictEqual(util.isRegExp({}), false); 49 assert.strictEqual(util.isRegExp([]), false); 50 assert.strictEqual(util.isRegExp(new Date()), false); 51 assert.strictEqual(util.isRegExp(Object.create(RegExp.prototype)), false);
|
/third_party/node/deps/npm/node_modules/core-util-is/lib/ |
D | util.js | 68 function isRegExp(re) { function 71 exports.isRegExp = isRegExp;
|
/third_party/node/deps/npm/node_modules/qs/lib/ |
D | utils.js | 192 var isRegExp = function isRegExp(obj) { function 211 isRegExp: isRegExp, property
|
D | parse.js | 146 …options.delimiter = typeof options.delimiter === 'string' || utils.isRegExp(options.delimiter) ? o…
|
/third_party/node/deps/npm/node_modules/core-util-is/ |
D | test.js | 40 assert.equal(t.isRegExp(null), false); 41 assert.equal(t.isRegExp('1'), false); 42 assert.equal(t.isRegExp(new RegExp()), true);
|
D | float.patch | 235 - if (isRegExp(value)) { 261 - if (isRegExp(value)) { 280 - if (isRegExp(value)) {
|
/third_party/node/lib/ |
D | assert.js | 63 const { isPromise, isRegExp } = require('internal/util/types'); 603 isRegExp(obj[key]) && 648 if (isRegExp(expected)) { 684 isRegExp(expected[key]) && 849 if (isRegExp(expected)) { 987 if (!isRegExp(regexp)) {
|
D | util.js | 354 isRegExp: types.isRegExp, property
|
/third_party/node/lib/internal/util/ |
D | comparisons.js | 34 isRegExp, 228 } else if (isRegExp(val1)) { 229 if (!isRegExp(val2) || !areSimilarRegExps(val1, val2)) { 283 isRegExp(val2) ||
|
/third_party/node/deps/npm/node_modules/qs/dist/ |
D | qs.js | 180 …options.delimiter = typeof options.delimiter === 'string' || utils.isRegExp(options.delimiter) ? o… 614 var isRegExp = function isRegExp(obj) { 633 isRegExp: isRegExp, property
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/Symbols/ |
D | parserES5SymbolProperty4.ts | 3 [Symbol.isRegExp]: string;
|
D | parserES5SymbolProperty5.ts | 3 [Symbol.isRegExp]: string;
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es2015.js | 238 var isRegExp = argument[$Symbol.match]; variable 239 if (typeof isRegExp !== 'undefined') { 240 return ES5.ToBoolean(isRegExp);
|
/third_party/freetype/docs/reference/assets/javascripts/lunr/ |
D | wordcut.js | 711 if (util.isFunction(value) || util.isRegExp(value)) { 815 } else if (util.isRegExp(actual) && util.isRegExp(expected)) { 6338 if (isRegExp(value)) { 6364 if (isRegExp(value)) { 6383 if (isRegExp(value)) { 6573 function isRegExp(re) { function 6576 exports.isRegExp = isRegExp;
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | find.dart | 235 'isRegExp': 'true', 246 final bool isRegExp = json['isRegExp'] == 'true'; 247 return BySemanticsLabel(isRegExp ? RegExp(json['label']) : json['label']);
|
/third_party/typescript/tests/cases/compiler/ |
D | underscoreTest1.ts | 59 isRegExp(): boolean; method 233 isRegExp(): ChainedObject<boolean>; method 615 isRegExp(object: any): boolean; method 848 _.isRegExp(/moe/);
|