Searched refs:makeObject (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/scripts/khr_util/ |
D | registry.py | 58 def makeObject(cls, elem, **kwargs): function 65 return makeObject( 295 return makeObject( 326 return makeObject( 338 return makeObject( 354 return makeObject(
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-utility-types/ |
D | arkts-no-utility-types-12-error.ets | 22 function makeObject<D, M>(desc: ObjectDescriptor<D, M>): D & M { 28 let obj = makeObject({
|
/third_party/typescript/tests/baselines/reference/ |
D | thisTypeInObjectLiterals2.js | 121 declare function makeObject<D, M>(desc: ObjectDescriptor<D, M>): D & M; 123 let x1 = makeObject({ 336 var x1 = makeObject({ 434 declare function makeObject<D, M>(desc: ObjectDescriptor<D, M>): D & M;
|
D | thisTypeInObjectLiterals2.symbols | 373 declare function makeObject<D, M>(desc: ObjectDescriptor<D, M>): D & M; 374 >makeObject : Symbol(makeObject, Decl(thisTypeInObjectLiterals2.ts, 117, 1)) 384 let x1 = makeObject({ 386 >makeObject : Symbol(makeObject, Decl(thisTypeInObjectLiterals2.ts, 117, 1))
|
D | thisTypeInObjectLiterals2.types | 413 declare function makeObject<D, M>(desc: ObjectDescriptor<D, M>): D & M; 414 >makeObject : <D, M>(desc: ObjectDescriptor<D, M>) => D & M 417 let x1 = makeObject({ 419 >makeObject({ data: { x: 0, y: 0 }, methods: { moveBy(dx: number, dy: number) { … 420 >makeObject : <D, M>(desc: ObjectDescriptor<D, M>) => D & M
|
/third_party/typescript/tests/cases/conformance/types/thisType/ |
D | thisTypeInObjectLiterals2.ts | 124 declare function makeObject<D, M>(desc: ObjectDescriptor<D, M>): D & M; function 126 let x1 = makeObject({
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deSharedPtr.cpp | 140 SharedPtr<Object> makeObject (bool& exists) in makeObject() function 298 ptr = makeObject(exists); in SharedPtr_selfTest()
|