Home
last modified time | relevance | path

Searched refs:Object (Results 1 – 25 of 2941) sorted by relevance

12345678910>>...118

/third_party/typescript/tests/baselines/reference/
Dlibrary_ObjectPrototypeProperties.types2 // Properties of the Object Prototype Object as per ES5 spec
4 Object.prototype.constructor;
5 >Object.prototype.constructor : Function
6 >Object.prototype : Object
7 >Object : ObjectConstructor
8 >prototype : Object
11 Object.prototype.toString();
12 >Object.prototype.toString() : string
13 >Object.prototype.toString : () => string
14 >Object.prototype : Object
[all …]
DstrictFunctionTypesErrors.types5 declare let f1: (x: Object) => Object;
6 >f1 : (x: Object) => Object
7 >x : Object
9 declare let f2: (x: Object) => string;
10 >f2 : (x: Object) => string
11 >x : Object
13 declare let f3: (x: string) => Object;
14 >f3 : (x: string) => Object
22 >f1 = f2 : (x: Object) => string
23 >f1 : (x: Object) => Object
[all …]
DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.errors.txt1 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(2,11): error TS2531: Object is possibly 'null'.
2 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(2,18): error TS2531: Object is possibly 'null'.
3 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(3,11): error TS2531: Object is possibly 'null'.
4 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(3,18): error TS2532: Object is possibly 'undef…
5 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(4,11): error TS2532: Object is possibly 'undef…
6 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(4,23): error TS2531: Object is possibly 'null'.
7 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(5,11): error TS2532: Object is possibly 'undef…
8 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(5,23): error TS2532: Object is possibly 'undef…
9 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(8,11): error TS2531: Object is possibly 'null'.
10 …thmeticOperatorWithOnlyNullValueOrUndefinedValue.ts(8,18): error TS2531: Object is possibly 'null'.
[all …]
Dlibrary_ObjectPrototypeProperties.symbols2 // Properties of the Object Prototype Object as per ES5 spec
4 Object.prototype.constructor;
5 >Object.prototype.constructor : Symbol(Object.constructor, Decl(lib.es5.d.ts, --, --))
6 >Object.prototype : Symbol(ObjectConstructor.prototype, Decl(lib.es5.d.ts, --, --))
7 >Object : Symbol(Object, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
9 >constructor : Symbol(Object.constructor, Decl(lib.es5.d.ts, --, --))
11 Object.prototype.toString();
12 >Object.prototype.toString : Symbol(Object.toString, Decl(lib.es5.d.ts, --, --))
13 >Object.prototype : Symbol(ObjectConstructor.prototype, Decl(lib.es5.d.ts, --, --))
14 >Object : Symbol(Object, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
[all …]
DcommaOperatorWithSecondOperandObjectType.types14 var OBJECT: Object;
15 >OBJECT : Object
24 //The second operand type is Object
26 >ANY, OBJECT : Object
28 >OBJECT : Object
31 >BOOLEAN, OBJECT : Object
33 >OBJECT : Object
36 >NUMBER, OBJECT : Object
38 >OBJECT : Object
41 >STRING, OBJECT : Object
[all …]
DarithmeticOperatorWithUndefinedValueAndValidOperands.errors.txt1 …meticOperatorWithUndefinedValueAndValidOperands.ts(13,11): error TS2532: Object is possibly 'undef…
2 …meticOperatorWithUndefinedValueAndValidOperands.ts(14,11): error TS2532: Object is possibly 'undef…
3 …meticOperatorWithUndefinedValueAndValidOperands.ts(15,11): error TS2532: Object is possibly 'undef…
4 …meticOperatorWithUndefinedValueAndValidOperands.ts(16,11): error TS2532: Object is possibly 'undef…
5 …meticOperatorWithUndefinedValueAndValidOperands.ts(17,15): error TS2532: Object is possibly 'undef…
6 …meticOperatorWithUndefinedValueAndValidOperands.ts(18,15): error TS2532: Object is possibly 'undef…
7 …meticOperatorWithUndefinedValueAndValidOperands.ts(19,15): error TS2532: Object is possibly 'undef…
8 …meticOperatorWithUndefinedValueAndValidOperands.ts(20,17): error TS2532: Object is possibly 'undef…
9 …meticOperatorWithUndefinedValueAndValidOperands.ts(23,11): error TS2532: Object is possibly 'undef…
10 …meticOperatorWithUndefinedValueAndValidOperands.ts(24,11): error TS2532: Object is possibly 'undef…
[all …]
DarithmeticOperatorWithNullValueAndValidOperands.errors.txt1 …arithmeticOperatorWithNullValueAndValidOperands.ts(13,11): error TS2531: Object is possibly 'null'.
2 …arithmeticOperatorWithNullValueAndValidOperands.ts(14,11): error TS2531: Object is possibly 'null'.
3 …arithmeticOperatorWithNullValueAndValidOperands.ts(15,11): error TS2531: Object is possibly 'null'.
4 …arithmeticOperatorWithNullValueAndValidOperands.ts(16,11): error TS2531: Object is possibly 'null'.
5 …arithmeticOperatorWithNullValueAndValidOperands.ts(17,15): error TS2531: Object is possibly 'null'.
6 …arithmeticOperatorWithNullValueAndValidOperands.ts(18,15): error TS2531: Object is possibly 'null'.
7 …arithmeticOperatorWithNullValueAndValidOperands.ts(19,15): error TS2531: Object is possibly 'null'.
8 …arithmeticOperatorWithNullValueAndValidOperands.ts(20,17): error TS2531: Object is possibly 'null'.
9 …arithmeticOperatorWithNullValueAndValidOperands.ts(23,11): error TS2531: Object is possibly 'null'.
10 …arithmeticOperatorWithNullValueAndValidOperands.ts(24,11): error TS2531: Object is possibly 'null'.
[all …]
DstrictFunctionTypesErrors.errors.txt1 …rs.ts(10,1): error TS2322: Type '(x: string) => Object' is not assignable to type '(x: Object) =>
3 Type 'Object' is not assignable to type 'string'.
4 …1,1): error TS2322: Type '(x: string) => string' is not assignable to type '(x: Object) => Object'.
6 Type 'Object' is not assignable to type 'string'.
7 …onTypesErrors.ts(13,1): error TS2322: Type '(x: Object) => Object' is not assignable to type '(x:
8 Type 'Object' is not assignable to type 'string'.
9 …esErrors.ts(14,1): error TS2322: Type '(x: string) => Object' is not assignable to type '(x: Objec…
11 Type 'Object' is not assignable to type 'string'.
12 …5,1): error TS2322: Type '(x: string) => string' is not assignable to type '(x: Object) => string'.
14 Type 'Object' is not assignable to type 'string'.
[all …]
DcomparisonOperatorWithOneOperandIsNull.errors.txt1 …nOperator/comparisonOperatorWithOneOperandIsNull.ts(4,22): error TS2531: Object is possibly 'null'.
2 …nOperator/comparisonOperatorWithOneOperandIsNull.ts(5,22): error TS2531: Object is possibly 'null'.
3 …nOperator/comparisonOperatorWithOneOperandIsNull.ts(6,23): error TS2531: Object is possibly 'null'.
4 …nOperator/comparisonOperatorWithOneOperandIsNull.ts(7,23): error TS2531: Object is possibly 'null'.
5 …Operator/comparisonOperatorWithOneOperandIsNull.ts(13,18): error TS2531: Object is possibly 'null'.
6 …Operator/comparisonOperatorWithOneOperandIsNull.ts(14,18): error TS2531: Object is possibly 'null'.
7 …Operator/comparisonOperatorWithOneOperandIsNull.ts(15,18): error TS2531: Object is possibly 'null'.
8 …Operator/comparisonOperatorWithOneOperandIsNull.ts(16,18): error TS2531: Object is possibly 'null'.
9 …Operator/comparisonOperatorWithOneOperandIsNull.ts(32,12): error TS2531: Object is possibly 'null'.
10 …Operator/comparisonOperatorWithOneOperandIsNull.ts(33,12): error TS2531: Object is possibly 'null'.
[all …]
DtypeFromPropertyAssignmentOutOfOrder.types10 Common.Object = class extends First.Item {}
11 >Common.Object = class extends First.Item {} : typeof Object
12 >Common.Object : typeof Object
14 >Object : typeof Object
15 >class extends First.Item {} : typeof Object
20 Workspace.Object = class extends Common.Object {}
21 >Workspace.Object = class extends Common.Object {} : typeof Object
22 >Workspace.Object : typeof Object
24 >Object : typeof Object
25 >class extends Common.Object {} : typeof Object
[all …]
DuseObjectValuesAndEntries1.types10 for (var x of Object.values(o)) {
12 >Object.values(o) : number[]
13 >Object.values : { <T>(o: { [s: string]: T; } | ArrayLike<T>): T[]; (o: {}): any[]; }
14 >Object : ObjectConstructor
23 var entries = Object.entries(o); // [string, number][]
25 >Object.entries(o) : [string, number][]
26 >Object.entries : { <T>(o: { [s: string]: T; } | ArrayLike<T>): [string, T][]; (o: {}): [string, an…
27 >Object : ObjectConstructor
31 var values = Object.values(o); // number[]
33 >Object.values(o) : number[]
[all …]
DobjectCreate2.types8 var n = Object.create(null); // any
10 >Object.create(null) : any
11 >Object.create : { (o: object): any; (o: object, properties: PropertyDescriptorMap & ThisType<any>)…
12 >Object : ObjectConstructor
16 var t = Object.create({ a: 1, b: "" }); // {a: number, b: string }
18 >Object.create({ a: 1, b: "" }) : any
19 >Object.create : { (o: object): any; (o: object, properties: PropertyDescriptorMap & ThisType<any>)…
20 >Object : ObjectConstructor
28 var u = Object.create(union); // {a: number, b: string }
30 >Object.create(union) : any
[all …]
DgenericCallWithGenericSignatureArguments3.types21 var r1 = foo('', (x: string) => '', (x: Object) => null); // any => any
23 >foo('', (x: string) => '', (x: Object) => null) : (x: any) => any
29 >(x: Object) => null : (x: Object) => any
30 >x : Object
45 var r2 = foo('', (x: string) => '', (x: Object) => ''); // string => string
46 >r2 : (x: Object) => Object
47 >foo('', (x: string) => '', (x: Object) => '') : (x: Object) => Object
53 >(x: Object) => '' : (x: Object) => string
54 >x : Object
57 var r3 = foo(null, (x: Object) => '', (x: string) => ''); // Object => Object
[all …]
DobjectCreate-errors.types2 var e1 = Object.create(1); // Error
4 >Object.create(1) : any
5 >Object.create : { (o: object | null): any; (o: object | null, properties: PropertyDescriptorMap & …
6 >Object : ObjectConstructor
10 var e2 = Object.create("string"); // Error
12 >Object.create("string") : any
13 >Object.create : { (o: object | null): any; (o: object | null, properties: PropertyDescriptorMap & …
14 >Object : ObjectConstructor
18 var e3 = Object.create(false); // Error
20 >Object.create(false) : any
[all …]
DobjectCreate.types8 var n = Object.create(null); // object
10 >Object.create(null) : any
11 >Object.create : { (o: object | null): any; (o: object | null, properties: PropertyDescriptorMap & …
12 >Object : ObjectConstructor
16 var t = Object.create({ a: 1, b: "" }); // {a: number, b: string }
18 >Object.create({ a: 1, b: "" }) : any
19 >Object.create : { (o: object | null): any; (o: object | null, properties: PropertyDescriptorMap & …
20 >Object : ObjectConstructor
28 var u = Object.create(union); // object | {a: number, b: string }
30 >Object.create(union) : any
[all …]
/third_party/skia/third_party/externals/angle2/third_party/r8/
Dbackported_methods.txt109 java/util/List#of(Ljava/lang/Object;)Ljava/util/List;
110 java/util/List#of(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;
111 java/util/List#of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/List;
112 java/util/List#of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/ut…
113 java/util/List#of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lan…
114 …ava/util/List#of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lan…
115 …List#of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;…
116 …java/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lan…
117 …/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;…
118Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;L…
[all …]
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSharedPtr.cpp41 class Object class
44 Object (bool& exists) in Object() function in de::__anonfef0e46a0111::Object
50 virtual ~Object (void) in ~Object()
59 class DerivedObject : public Object
63 : Object(exists) in DerivedObject()
71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in SharedPtrTestThread()
88 SharedPtr<Object> ptrA(m_ptr); in run()
90 SharedPtr<Object> ptrB; in run()
92 ptrA = SharedPtr<Object>(); in run()
100 SharedPtr<Object> m_ptr;
[all …]
DdeUniquePtr.cpp34 class Object class
37 Object (bool& exists) in Object() function in de::__anon1e47258a0111::Object
43 ~Object (void) in ~Object()
56 void operator() (Object* ptr) in operator ()()
66 MovePtr<Object> createObject (bool& exists) in createObject()
68 UniquePtr<Object> objectPtr(new Object(exists)); in createObject()
80 UniquePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest()
92 UniquePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest()
107 bool test = (UniquePtr<Object>(new Object(exists))).get() != DE_NULL && exists; in UniquePtr_selfTest()
117 UniquePtr<Object, CustomDeleter> ptr(new Object(exists), CustomDeleter(&deleterCalled)); in UniquePtr_selfTest()
[all …]
/third_party/libxml2/result/XPath/expr/
Dfloats4 Object is a number : 1
8 Object is a number : 123
12 Object is a number : 1.23
16 Object is a number : 0.123
20 Object is a number : 4
24 Object is a number : 0.4
28 Object is a number : 1230
32 Object is a number : 0.00123
36 Object is a number : Infinity
40 Object is a number : -Infinity
[all …]
Dcompare4 Object is a Boolean : false
8 Object is a Boolean : true
12 Object is a Boolean : false
16 Object is a Boolean : true
20 Object is a Boolean : true
24 Object is a Boolean : true
28 Object is a Boolean : false
32 Object is a Boolean : false
36 Object is a Boolean : false
40 Object is a Boolean : false
[all …]
Dfunctions4 Object is a Boolean : true
8 Object is a Boolean : false
12 Object is a number : 1.5
16 Object is a number : NaN
20 Object is a number : NaN
24 Object is a number : 0
28 Object is a number : -1
32 Object is a number : 0
36 Object is a number : 0
40 Object is a number : 5
[all …]
Dstrings4 Object is a string : 5
8 Object is a string : 0.5
12 Object is a string : -0.5
16 Object is a string : true
20 Object is a string : false
24 Object is a string : 1.23456789012346e+19
28 Object is a string : -1.23456789012346e+19
32 Object is a string : tititoto
36 Object is a string : tititototata
40 Object is a string : tititoto
[all …]
Dequality4 Object is a Boolean : true
8 Object is a Boolean : false
12 Object is a Boolean : false
16 Object is a Boolean : true
20 Object is a Boolean : true
24 Object is a Boolean : false
28 Object is a Boolean : false
32 Object is a Boolean : true
36 Object is a Boolean : true
40 Object is a Boolean : false
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DObjectBaseTests.cpp19 class Object : public wgpu::ObjectBase<Object, int*> { class
39 Object obj(&refcount); in TEST()
49 Object object = Object::Acquire(&refcount); in TEST()
59 Object obj1(&refcount); in TEST()
71 Object obj(&refcount); in TEST()
84 Object trueObj(&refcount); in TEST()
85 Object falseObj; in TEST()
96 Object source(&refcount); in TEST()
97 Object destination(source); in TEST()
103 destination = Object(); in TEST()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DObjectBaseTests.cpp19 class Object : public dawn::ObjectBase<Object, int*> { class
39 Object obj(&refcount); in TEST()
49 Object object = Object::Acquire(&refcount); in TEST()
59 Object obj1(&refcount); in TEST()
71 Object obj(&refcount); in TEST()
84 Object trueObj(&refcount); in TEST()
85 Object falseObj; in TEST()
96 Object source(&refcount); in TEST()
97 Object destination(source); in TEST()
103 destination = Object(); in TEST()
[all …]

12345678910>>...118