/third_party/typescript/tests/baselines/reference/ |
D | jsCheckObjectDefineThisNoCrash.types | 7 Object.defineProperty(this, "_prop", { value: {} }); 8 >Object.defineProperty(this, "_prop", { value: {} }) : any 13 >"_prop" : "_prop" 18 Object.defineProperty(this._prop, "num", { value: 12 }); 19 >Object.defineProperty(this._prop, "num", { value: 12 }) : any 23 >this._prop : any 25 >_prop : any
|
D | privateNameAndObjectRestSpread.js | 32 var _prop; variable 35 _prop.set(this, 1); 39 __classPrivateFieldGet(obj, _prop); 41 __classPrivateFieldGet(rest, _prop); 44 _prop = new WeakMap(); variable
|
D | privateNamesInterfaceExtendingClass.js | 24 var _prop; variable 27 _prop.set(this, void 0); 30 __classPrivateFieldSet(x, _prop, 123); 33 _prop = new WeakMap(); variable
|
D | privateNameFieldDerivedClasses.js | 23 var _prop; variable 26 _prop.set(this, 123); 29 console.log(__classPrivateFieldGet(x, _prop)); 32 _prop = new WeakMap(); variable
|
D | jsCheckObjectDefineThisNoCrash.errors.txt | 1 tests/cases/compiler/jsCheckObjectDefineThisNoCrash.js(5,36): error TS2339: Property '_prop' does n… 8 Object.defineProperty(this, "_prop", { value: {} }); 9 Object.defineProperty(this._prop, "num", { value: 12 }); 11 !!! error TS2339: Property '_prop' does not exist on type 'C'.
|
D | privateNameJsx.js | 12 var _prop; variable 15 _prop.set(this, function () { return <div />; }); 22 _prop = new WeakMap(); variable
|
D | privateNameAndStaticInitializer(target=es2015).js | 11 var _foo, _prop; variable 15 _prop.set(this, 2); 18 _foo = new WeakMap(), _prop = new WeakMap(); variable
|
D | jsCheckObjectDefineThisNoCrash.symbols | 7 Object.defineProperty(this, "_prop", { value: {} }); 14 Object.defineProperty(this._prop, "num", { value: 12 });
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/ |
D | android_emulator.dart | 38 String get name => _prop('avd.ini.displayname') ?? id.replaceAll('_', ' ').trim(); 41 String get manufacturer => _prop('hw.device.manufacturer'); 49 String _prop(String name) => _properties != null ? _properties[name] : null;
|
/third_party/typescript/tests/cases/compiler/ |
D | jsCheckObjectDefineThisNoCrash.ts | 9 Object.defineProperty(this._prop, "num", { value: 12 });
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 3128 private void processPropertySeq(LevState levState, short _prop, in processPropertySeq() argument 3139 cell = impTab[oldStateSeq][_prop]; in processPropertySeq() 3180 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3194 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3212 if ((_prop == _AN) && (dirProps[start0] == AN) && in processPropertySeq() 3261 if (_prop == _S) { /* add RLM before S */ in processPropertySeq()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 3162 private void processPropertySeq(LevState levState, short _prop, in processPropertySeq() argument 3173 cell = impTab[oldStateSeq][_prop]; in processPropertySeq() 3214 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3228 if (_prop == _S) { /* add LRM before S */ in processPropertySeq() 3246 if ((_prop == _AN) && (dirProps[start0] == AN) && in processPropertySeq() 3295 if (_prop == _S) { /* add RLM before S */ in processPropertySeq()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidi.cpp | 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, in processPropertySeq() argument 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1915 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1931 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 2003 if (_prop == DirProp_S) /* add RLM before S */ in processPropertySeq()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, in processPropertySeq() argument 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1915 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1931 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 2003 if (_prop == DirProp_S) /* add RLM before S */ in processPropertySeq()
|
/third_party/icu/icu4c/source/common/ |
D | ubidi.cpp | 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, in processPropertySeq() argument 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1915 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1931 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 2003 if (_prop == DirProp_S) /* add RLM before S */ in processPropertySeq()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidi.cpp | 1860 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, in processPropertySeq() argument 1872 cell=(*pImpTab)[oldStateSeq][_prop]; in processPropertySeq() 1915 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1931 if (_prop == DirProp_S) /* add LRM before S */ in processPropertySeq() 1951 if ((_prop == DirProp_AN) && (pBiDi->dirProps[start0] == AN) && in processPropertySeq() 2003 if (_prop == DirProp_S) /* add RLM before S */ in processPropertySeq()
|