/third_party/typescript/tests/baselines/reference/ |
H A D | commentsOverloads.js | 91 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 D | collisionSuperAndLocalFunctionInProperty.js | 5 public prop1 = { 41 this.prop1 = {
|
H A D | collisionSuperAndLocalVarInProperty.js | 4 public prop1 = { 39 this.prop1 = {
|
H A D | decoratedClassExportsCommonJS1.js | 6 static prop1 = Testing123.prop0; 22 Testing123.prop1 = Testing123_1.prop0;
|
H A D | checkJsxSubtleSkipContextSensitiveBug.js | 8 readonly prop1: () => Promise<TResult>; 22 prop1={load} 98 var loader = React.createElement(AsyncLoader, { prop1: load, prop2: function (result) { return result; } });
|
H A D | collisionSuperAndLocalFunctionInAccessors.js | 5 get prop1(): number { 10 set prop1(val: number) { 63 Object.defineProperty(Foo.prototype, "prop1", {
|
H A D | collisionSuperAndLocalVarInAccessors.js | 4 get prop1(): number { 8 set prop1(val: number) { 55 Object.defineProperty(Foo.prototype, "prop1", {
|
H A D | tsxAttributeResolution15.js | 12 let a = <BigGreeter prop1="hello" /> 49 var a = <BigGreeter prop1="hello"/>;
|
H A D | tsxSpreadAttributesResolution5.js | 31 prop1: false 82 prop1: false
|
H A D | jsDeclarationsImportAliasExposedWithinNamespace.js | 17 * @property {myTypes.typeA} prop1 - Prop 1. 63 prop1: myTypes.typeA;
|
H A D | jsDeclarationsImportAliasExposedWithinNamespaceCjs.js | 17 * @property {myTypes.typeA} prop1 - Prop 1. 71 prop1: myTypes.typeA;
|
/third_party/jerryscript/tests/jerry/ |
H A D | object-define-properties.js | 128 prop1: { 180 prop1: { 185 delete props.prop1;
|
H A D | object-prototype-propertyisenumerable.js | 49 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 D | object-create.js | 108 prop1: { 117 assert (obj3.prop1 === 1);
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_is_extensible.js | 84 var target = { prop1: true }; 87 target.prop1 = false; 94 assert(target.prop1 === false);
|
H A D | argument-spread.js | 69 this.prop1 = "val1"; 78 assert(obj.prop1 === "val1");
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | noEmit-changes-with-initial-noEmit-incremental.js | 372 prop1 = 1; 379 [96msrc/project/src/directUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
385 [7m2[0m prop1 = 1;
387 'prop1' is declared here.
389 [96msrc/project/src/indirectUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
395 [7m2[0m 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 D | noEmit-changes-with-initial-noEmit-composite.js | 410 prop1 = 1; 417 [96msrc/project/src/directUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
423 [7m2[0m prop1 = 1;
425 'prop1' is declared here.
427 [96msrc/project/src/indirectUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
433 [7m2[0m 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 D | noEmit-changes-with-initial-noEmit-incremental-declaration.js | 401 prop1 = 1; 408 [96msrc/project/src/directUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
414 [7m2[0m prop1 = 1;
416 'prop1' is declared here.
418 [96msrc/project/src/indirectUse.ts[0m:[93m2[0m:[93m28[0m - [91merror[0m[90m TS2551: [0mProperty 'prop' does not exist on type 'classC'. Did you mean 'prop1'?
424 [7m2[0m 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 D | 15.02.04.05-002.js | 16 prop1: 5
|
H A D | 15.02.04.05-001.js | 16 prop1: 5, 21 assert(obj.hasOwnProperty("prop1"));
|
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/ |
H A D | 15.02.03-013.js | 23 prop1: Boolean,
|
H A D | 15.02.03-009.js | 16 prop1: Number, 28 names[0] === "prop1" &&
|
H A D | 15.02.03-014.js | 17 prop1: Boolean,
|
H A D | 15.02.03-004.js | 16 prop1: Number, 24 assert(keys[0] == "prop1" &&
|