Searched defs:assign (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ | ||
D | objectAssignLikeNonUnionResult.ts | 30 declare function assign<T, U>(target: T, source: U): T & U; function |
D | unionAndIntersectionInference1.ts | 205 const assign = <T, U>(a: T, b: U) => Object.assign(a, b); constant |
D | mappedTypes2.ts | 60 declare function assign<T>(obj: T, props: Partial<T>): void; function |
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ | ||
D | cocos_worker_test.js | 18777 assign(t) { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.Cr |