Searched defs:P (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | mappedTypeModifiers.ts | 44 let v01: { [P in keyof T]: T[P] }; variable 56 let v02: { [P in keyof T]?: T[P] }; variable 62 let v02: { [P in keyof TP]: TP[P] variable 72 let v03: { readonly [P in keyof T]: T[P] }; variable 78 let v03: { [P in keyof TR]: TR[P] variable 88 let v04: { readonly [P in keyof T]?: T[P] }; variable 103 let v04: { [P in keyof TPR]: TPR[P] variable 135 let b01: { [P in keyof B]: B[P] }; variable 147 let b02: { [P in keyof B]?: B[P] }; variable 153 let b02: { [P in keyof BP]: BP[P] variable [all …]
|
| D | staticMemberAccessOffDerivedType1.ts | 27 class P extends SomeBase { class
|
| D | mappedTypeUnionConstraintInferences.ts | 26 …const x: { [P in keyof PartialProperties<T, "prop">]: PartialProperties<T, "prop">[P]; } = null as… constant
|
| D | mappedTypeGenericIndexedAccess.ts | 74 type P<T extends keyof TypesMap> = { t: T; } & TypesMap[T]; alias
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_generic.ts | 69 type P<K, Q = [number, number, string] | any[]> = {a:K, b:Q}; alias
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 16 class P { class
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsdocTypeTag/ |
| D | a.js | 78 let P; variable
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 72 var P = new Proxy(Target, handler1); variable
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | options.cpp | 43 typename T::size_type const P(filename.find_last_of('.')); in RemoveExtension() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …-map-support/node_modules/source-map/lib/util.js"),i=Object.prototype.hasOwnProperty,a="undefined"… class
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 9591 function P(t, ...e) { class 52519 const P = 0 === y ? i : i / y; constant 127634 const P = M.tileset.tileOffset; constant
|