Home
last modified time | relevance | path

Searched refs:_prop (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsCheckObjectDefineThisNoCrash.types7 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
DprivateNameAndObjectRestSpread.js32 var _prop; variable
35 _prop.set(this, 1);
39 __classPrivateFieldGet(obj, _prop);
41 __classPrivateFieldGet(rest, _prop);
44 _prop = new WeakMap(); variable
DprivateNamesInterfaceExtendingClass.js24 var _prop; variable
27 _prop.set(this, void 0);
30 __classPrivateFieldSet(x, _prop, 123);
33 _prop = new WeakMap(); variable
DprivateNameFieldDerivedClasses.js23 var _prop; variable
26 _prop.set(this, 123);
29 console.log(__classPrivateFieldGet(x, _prop));
32 _prop = new WeakMap(); variable
DjsCheckObjectDefineThisNoCrash.errors.txt1 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'.
DprivateNameJsx.js12 var _prop; variable
15 _prop.set(this, function () { return <div />; });
22 _prop = new WeakMap(); variable
DprivateNameAndStaticInitializer(target=es2015).js11 var _foo, _prop; variable
15 _prop.set(this, 2);
18 _foo = new WeakMap(), _prop = new WeakMap(); variable
DjsCheckObjectDefineThisNoCrash.symbols7 Object.defineProperty(this, "_prop", { value: {} });
14 Object.defineProperty(this._prop, "num", { value: 12 });
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dandroid_emulator.dart38 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/
DjsCheckObjectDefineThisNoCrash.ts9 Object.defineProperty(this._prop, "num", { value: 12 });
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java3128 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/
DBidi.java3162 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/
Dubidi.cpp1860 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/
Dubidi.cpp1860 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/
Dubidi.cpp1860 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/
Dubidi.cpp1860 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()