Home
last modified time | relevance | path

Searched refs:_property (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DsuperPropertyAccess_ES5.symbols47 private _property: string;
48 >_property : Symbol(A._property, Decl(superPropertyAccess_ES5.ts, 17, 9))
50 get property() { return this._property; }
52 >this._property : Symbol(A._property, Decl(superPropertyAccess_ES5.ts, 17, 9))
54 >_property : Symbol(A._property, Decl(superPropertyAccess_ES5.ts, 17, 9))
56 set property(value: string) { this._property = value }
59 >this._property : Symbol(A._property, Decl(superPropertyAccess_ES5.ts, 17, 9))
61 >_property : Symbol(A._property, Decl(superPropertyAccess_ES5.ts, 17, 9))
DsuperPropertyAccess_ES6.symbols47 private _property: string;
48 >_property : Symbol(A._property, Decl(superPropertyAccess_ES6.ts, 17, 9))
50 get property() { return this._property; }
52 >this._property : Symbol(A._property, Decl(superPropertyAccess_ES6.ts, 17, 9))
54 >_property : Symbol(A._property, Decl(superPropertyAccess_ES6.ts, 17, 9))
56 set property(value: string) { this._property = value }
59 >this._property : Symbol(A._property, Decl(superPropertyAccess_ES6.ts, 17, 9))
61 >_property : Symbol(A._property, Decl(superPropertyAccess_ES6.ts, 17, 9))
DsuperPropertyAccess_ES6.types52 private _property: string;
53 >_property : string
55 get property() { return this._property; }
57 >this._property : string
59 >_property : string
61 set property(value: string) { this._property = value }
64 >this._property = value : string
65 >this._property : string
67 >_property : string
DsuperPropertyAccess_ES5.types52 private _property: string;
53 >_property : string
55 get property() { return this._property; }
57 >this._property : string
59 >_property : string
61 set property(value: string) { this._property = value }
64 >this._property = value : string
65 >this._property : string
67 >_property : string
DsuperPropertyAccess_ES6.js20 private _property: string;
21 get property() { return this._property; }
22 set property(value: string) { this._property = value }
46 get property() { return this._property; }
47 set property(value) { this._property = value; }
DsuperPropertyAccess_ES5.js20 private _property: string;
21 get property() { return this._property; }
22 set property(value: string) { this._property = value }
74 get: function () { return this._property; },
75 set: function (value) { this._property = value; },
DsuperPropertyAccess_ES5.errors.txt26 private _property: string;
27 get property() { return this._property; }
28 set property(value: string) { this._property = value }
/third_party/typescript/tests/cases/compiler/
DsuperPropertyAccess_ES5.ts21 private _property: string; property in A
22 get property() { return this._property; }
23 set property(value: string) { this._property = value }
DsuperPropertyAccess_ES6.ts21 private _property: string; property in A
22 get property() { return this._property; }
23 set property(value: string) { this._property = value }
/third_party/node/src/
Djs_native_api_v8.cc682 _cbinfo(cbinfo), _property(property), _value(value), _index(index) { in PropertyCallbackWrapperBase()
700 JSVM_Value name = JsValueFromV8LocalValue(_property); in NameSetterInvokeCallback()
732 JSVM_Value name = JsValueFromV8LocalValue(_property); in NameGetterInvokeCallback()
764 JSVM_Value name = JsValueFromV8LocalValue(_property); in NameDeleterInvokeCallback()
952 v8::Local<v8::Name> _property; member in v8impl::__anon2b44a5f80211::PropertyCallbackWrapperBase
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3679 …hub.com/nodejs/node/commit/2a86650562)] - **n-api**: add napi\_has\_own\_property() (cjihrig) [#14…
3682 …ithub.com/nodejs/node/commit/820d97df5d)] - **n-api**: add napi\_delete\_property() (cjihrig) [#13…
3765 …github.com/nodejs/node/commit/f400939206)] - **test**: verify napi\_get\_property() walks prototyp…
4005 …b.com/nodejs/node/commit/1c7f9171c0)] - **test**: add coverage for napi\_property\_descriptor (Mic…
4902 …/node/commit/a590709909)] - **test**: add coverage for napi\_has\_named\_property (Michael Dawson)…
DCHANGELOG_V6.md400 …hub.com/nodejs/node/commit/a5517d80bb)] - **n-api**: add napi\_has\_own\_property() (cjihrig) [#14…
403 …ithub.com/nodejs/node/commit/80cf25a8a5)] - **n-api**: add napi\_delete\_property() (cjihrig) [#13…
472 …github.com/nodejs/node/commit/a0cf9b7a73)] - **test**: verify napi\_get\_property() walks prototyp…
473 …b.com/nodejs/node/commit/1e25062fa1)] - **test**: add coverage for napi\_property\_descriptor (Mic…
479 …/node/commit/1829d25907)] - **test**: add coverage for napi\_has\_named\_property (Michael Dawson)…
DCHANGELOG_V13.md1164 …/commit/0911813862)] - **(SEMVER-MINOR)** **n-api**: add napi\_get\_all\_property\_names (himself6…
1781 …it/cc5875b2e6)] - **n-api**: add missed nullptr check in napi\_has\_own\_property (Denys Otrishko)…
DCHANGELOG_V12.md1931 …/commit/f56c4dd933)] - **(SEMVER-MINOR)** **n-api**: add napi\_get\_all\_property\_names (himself6…
3797 …it/4d396fd874)] - **n-api**: add missed nullptr check in napi\_has\_own\_property (Denys Otrishko)…
5661 …dejs/node/commit/7252a64a23)] - **test**: pass null params to napi\_xxx\_property() (Octavian Sold…
5768 …/github.com/nodejs/node/commit/e5fdc30bd1)] - **n-api**: make napi\_get\_property\_names return st…
6412 …ejs/node/commit/baa54a5ae7)] - **test**: cover napi\_get/set/has\_named\_property() (Gabriel Schul…
DCHANGELOG_V10.md354 …* add napi\_get\_all\_property\_names (himself65) [#30006](https://github.com/nodejs/node/pull/300…
398 …/commit/ecbb331be0)] - **(SEMVER-MINOR)** **n-api**: add napi\_get\_all\_property\_names (himself6…
4013 …/github.com/nodejs/node/commit/d7557e111e)] - **doc**: refine napi\_get\_property\_names() doc (Ga…
DCHANGELOG_V14.md589 …github.com/nodejs/node/commit/d069c725b1)] - **doc**: fix napi\_default\_property name (Davidson F…
2571 …ps://github.com/nodejs/node/commit/2bc335dcf6)] - **doc**: clarify napi\_property\_attributes text…
DCHANGELOG_V16.md1859 …github.com/nodejs/node/commit/c1588887a6)] - **doc**: fix napi\_default\_property name (Davidson F…
DCHANGELOG_V18.md4245 ….com/nodejs/node/commit/e2462a2f98)] - **node-api**: fix napi\_get\_all\_property\_names (Vladimir…
/third_party/libabigail/
DChangeLog27540 (read_context::{read, write}_property): Support reading list_property.