Home
last modified time | relevance | path

Searched refs:dotAll (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.js19 const testRegExpDotAll = /foo/g.dotAll;
66 var testRegExpDotAll = /foo/g.dotAll;
DdoYouNeedToChangeYourTargetLibraryES2016Plus.types112 const testRegExpDotAll = /foo/g.dotAll;
114 >/foo/g.dotAll : any
116 >dotAll : any
DdoYouNeedToChangeYourTargetLibraryES2016Plus.errors.txt13 …edToChangeYourTargetLibraryES2016Plus.ts(18,33): error TS2550: Property 'dotAll' does not exist on…
78 const testRegExpDotAll = /foo/g.dotAll;
80 !!! error TS2550: Property 'dotAll' does not exist on type 'RegExp'. Do you need to change your tar…
DdoYouNeedToChangeYourTargetLibraryES2016Plus.symbols53 const testRegExpDotAll = /foo/g.dotAll;
/third_party/typescript/lib/
Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/third_party/typescript/src/lib/
Des2018.regexp.d.ts18 readonly dotAll: boolean; property
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.ts20 const testRegExpDotAll = /foo/g.dotAll;
/third_party/node/deps/v8/src/regexp/
Dregexp-flags.h26 V(dot_all, DotAll, dotAll, 's', 5) \
/third_party/node/test/parallel/
Dtest-primordials-regexp.js44 dotAll: { property
/third_party/node/deps/v8/src/builtins/
Dregexp.tq274 // ES #sec-get-regexp.prototype.dotAll
278 receiver, Flag::kDotAll, kNoCounterFlagGetter, 'RegExp.prototype.dotAll');
/third_party/node/lib/internal/per_context/
Dprimordials.js669 dotAll: { property
/third_party/node/doc/contributing/
Dprimordials.md678 | `get RegExp.prototype.flags` | `global`, `ignoreCase`, `multiline`, `dotAll`, `unicode`, `stick…