Home
last modified time | relevance | path

Searched refs:isRegExp (Results 1 – 25 of 35) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserES5SymbolProperty5.types5 [Symbol.isRegExp]: string;
6 >[Symbol.isRegExp] : string
7 >Symbol.isRegExp : any
9 >isRegExp : any
DparserES5SymbolProperty4.types5 [Symbol.isRegExp]: string;
6 >[Symbol.isRegExp] : string
7 >Symbol.isRegExp : any
9 >isRegExp : any
DparserES5SymbolProperty5.symbols5 [Symbol.isRegExp]: string;
6 >[Symbol.isRegExp] : Symbol(C[Symbol.isRegExp], Decl(parserES5SymbolProperty5.ts, 0, 9))
DparserES5SymbolProperty4.symbols5 [Symbol.isRegExp]: string;
6 >[Symbol.isRegExp] : Symbol(C[Symbol.isRegExp], Decl(parserES5SymbolProperty4.ts, 0, 17))
DparserES5SymbolProperty4.js3 [Symbol.isRegExp]: string;
DparserES5SymbolProperty5.js3 [Symbol.isRegExp]: string;
DparserES5SymbolProperty4.errors.txt6 [Symbol.isRegExp]: string;
DparserES5SymbolProperty5.errors.txt6 [Symbol.isRegExp]: string;
DunderscoreTest1.js61 isRegExp(): boolean;
235 isRegExp(): ChainedObject<boolean>;
617 isRegExp(object: any): boolean;
850 _.isRegExp(/moe/);
1048 _.isRegExp(/moe/);
/third_party/node/test/parallel/
Dtest-util.js44 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/
Dutil.js68 function isRegExp(re) { function
71 exports.isRegExp = isRegExp;
/third_party/node/deps/npm/node_modules/qs/lib/
Dutils.js192 var isRegExp = function isRegExp(obj) { function
211 isRegExp: isRegExp, property
Dparse.js146 …options.delimiter = typeof options.delimiter === 'string' || utils.isRegExp(options.delimiter) ? o…
/third_party/node/deps/npm/node_modules/core-util-is/
Dtest.js40 assert.equal(t.isRegExp(null), false);
41 assert.equal(t.isRegExp('1'), false);
42 assert.equal(t.isRegExp(new RegExp()), true);
Dfloat.patch235 - if (isRegExp(value)) {
261 - if (isRegExp(value)) {
280 - if (isRegExp(value)) {
/third_party/node/lib/
Dassert.js63 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)) {
Dutil.js354 isRegExp: types.isRegExp, property
/third_party/node/lib/internal/util/
Dcomparisons.js34 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/
Dqs.js180 …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/
DparserES5SymbolProperty4.ts3 [Symbol.isRegExp]: string;
DparserES5SymbolProperty5.ts3 [Symbol.isRegExp]: string;
/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js238 var isRegExp = argument[$Symbol.match]; variable
239 if (typeof isRegExp !== 'undefined') {
240 return ES5.ToBoolean(isRegExp);
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js711 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/
Dfind.dart235 'isRegExp': 'true',
246 final bool isRegExp = json['isRegExp'] == 'true';
247 return BySemanticsLabel(isRegExp ? RegExp(json['label']) : json['label']);
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts59 isRegExp(): boolean; method
233 isRegExp(): ChainedObject<boolean>; method
615 isRegExp(object: any): boolean; method
848 _.isRegExp(/moe/);

12