Home
last modified time | relevance | path

Searched refs:prop1 (Results 26 - 50 of 61) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DcommentsOverloads.js91 public prop1(a: number): number;
92 public prop1(b: string): number;
93 public prop1(aorb: any) {
205 c.prototype.prop1 = function (aorb) {
329 prop1(a: number): number;
330 prop1(b: string): number;
H A DcollisionSuperAndLocalFunctionInProperty.js5 public prop1 = {
41 this.prop1 = {
H A DcollisionSuperAndLocalVarInProperty.js4 public prop1 = {
39 this.prop1 = {
H A DdecoratedClassExportsCommonJS1.js6 static prop1 = Testing123.prop0;
22 Testing123.prop1 = Testing123_1.prop0;
H A DcheckJsxSubtleSkipContextSensitiveBug.js8 readonly prop1: () => Promise<TResult>;
22 prop1={load}
98 var loader = React.createElement(AsyncLoader, { prop1: load, prop2: function (result) { return result; } });
H A DcollisionSuperAndLocalFunctionInAccessors.js5 get prop1(): number {
10 set prop1(val: number) {
63 Object.defineProperty(Foo.prototype, "prop1", {
H A DcollisionSuperAndLocalVarInAccessors.js4 get prop1(): number {
8 set prop1(val: number) {
55 Object.defineProperty(Foo.prototype, "prop1", {
H A DtsxAttributeResolution15.js12 let a = <BigGreeter prop1="hello" />
49 var a = <BigGreeter prop1="hello"/>;
H A DtsxSpreadAttributesResolution5.js31 prop1: false
82 prop1: false
H A DjsDeclarationsImportAliasExposedWithinNamespace.js17 * @property {myTypes.typeA} prop1 - Prop 1.
63 prop1: myTypes.typeA;
H A DjsDeclarationsImportAliasExposedWithinNamespaceCjs.js17 * @property {myTypes.typeA} prop1 - Prop 1.
71 prop1: myTypes.typeA;
/third_party/jerryscript/tests/jerry/
H A Dobject-define-properties.js128 prop1: {
180 prop1: {
185 delete props.prop1;
H A Dobject-prototype-propertyisenumerable.js49 Object.defineProperty(obj, 'prop1', { value: 'foo', enumerable: true });
52 assert (obj.propertyIsEnumerable('prop1') === true);
56 Object.defineProperty(array, 'prop1', { value: 'foo', enumerable: true });
59 assert (array.propertyIsEnumerable('prop1') === true);
77 this.prop1 = 'foo';
93 assert (obj2.propertyIsEnumerable('prop1') === false);
95 obj2.prop1 = 'foo';
97 assert (obj2.propertyIsEnumerable('prop1') === true);
H A Dobject-create.js108 prop1: {
117 assert (obj3.prop1 === 1);
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_is_extensible.js84 var target = { prop1: true };
87 target.prop1 = false;
94 assert(target.prop1 === false);
H A Dargument-spread.js69 this.prop1 = "val1";
78 assert(obj.prop1 === "val1");
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-with-initial-noEmit-incremental.js372 prop1 = 1;
379 src/project/src/directUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
385 2 prop1 = 1;
387 'prop1' is declared here.
389 src/project/src/indirectUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
395 2 prop1 = 1;
397 'prop1' is declared here.
420 this.prop1 = 1;
431 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"1786859709-export class classC {\n prop1 = 1;\n}","signature":"-3790894605-export declare class classC {\r\n prop1
[all...]
H A DnoEmit-changes-with-initial-noEmit-composite.js410 prop1 = 1;
417 src/project/src/directUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
423 2 prop1 = 1;
425 'prop1' is declared here.
427 src/project/src/indirectUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
433 2 prop1 = 1;
435 'prop1' is declared here.
454 prop1: number;
464 this.prop1 = 1;
473 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"1786859709-export class classC {\n prop1
[all...]
H A DnoEmit-changes-with-initial-noEmit-incremental-declaration.js401 prop1 = 1;
408 src/project/src/directUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
414 2 prop1 = 1;
416 'prop1' is declared here.
418 src/project/src/indirectUse.ts:2:28 - error TS2551: Property 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
424 2 prop1 = 1;
426 'prop1' is declared here.
445 prop1: number;
455 this.prop1 = 1;
467 {"program":{"fileNames":["../../lib/lib.d.ts","./src/class.ts","./src/indirectclass.ts","./src/directuse.ts","./src/indirectuse.ts","./src/nochangefile.ts","./src/nochangefilewithemitspecificerror.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"1786859709-export class classC {\n prop1
[all...]
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/
H A D15.02.04.05-002.js16 prop1: 5
H A D15.02.04.05-001.js16 prop1: 5,
21 assert(obj.hasOwnProperty("prop1"));
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
H A D15.02.03-013.js23 prop1: Boolean,
H A D15.02.03-009.js16 prop1: Number,
28 names[0] === "prop1" &&
H A D15.02.03-014.js17 prop1: Boolean,
H A D15.02.03-004.js16 prop1: Number,
24 assert(keys[0] == "prop1" &&

Completed in 6 milliseconds

123