Home
last modified time | relevance | path

Searched defs:I1 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_satisfies.ts17 interface I1 { interface
27 const t1 = { a: 1 } satisfies I1; constant
28 const t2 = { a: 1, b: 1 } satisfies I1; constant
29 const t3 = { } satisfies I1; constant
Dtest-indexSignature2.ts17 interface I1 { interface
Dtest_GetOrSetAccessor6.ts17 interface I1 { interface
Dtest-indexSignature3.ts17 interface I1 { interface
Dtest-indexSignature1.ts23 interface I1 { interface
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_5/
Dtest-ts-import-exec.ts17 import { type I1 } from './test-ts-export'; alias
Dtest-ts-export.ts17 export interface I1 { p: string } interface
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_gate_meta_data.h39 I1, enumerator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dtypes.ts82 interface I1 { interface
Dobject_literals.ts148 interface I1 { interface
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dtypes.ts82 interface I1 { interface
Dobject_literals.ts145 interface I1 { interface