Home
last modified time | relevance | path

Searched refs:customComponent (Results 1 – 12 of 12) sorted by relevance

/third_party/jsframework/test/ut/
Druntime.ts163 customComponent: false,
167 customComponent: true
/third_party/jsframework/runtime/main/manage/event/
DTaskCenter.ts195 args[1].customComponent,
/third_party/jsframework/runtime/vdom/
DElement.ts1014 customComponent: this._isCustomComponent
/third_party/typescript/lib/
Dprotocol.d.ts1608 customComponent?: string; property
Dtsserverlibrary.d.ts2916 customComponent?: string; property
8185 customComponent?: string;
Dtypescript.d.ts2916 customComponent?: string; property
DtypescriptServices.d.ts2916 customComponent?: string; property
/third_party/typescript/src/server/
Dprotocol.ts2164 customComponent?: string; property
/third_party/typescript/src/compiler/
Dparser.ts7121 const customComponent = sourceFileCompilerOptions.ets?.customComponent;
7122 if (!heritageClauses && customComponent) {
7123 heritageClauses = createVirtualHeritageClauses(customComponent);
7143 function createVirtualHeritageClauses(customComponent: string): NodeArray<HeritageClause> {
7148 …finishNode(factory.createIdentifier(/*text*/ customComponent), curPos, /*end*/ undefined, /*virtua…
Dtypes.ts5998 customComponent?: string;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2964 customComponent?: string; property
8446 customComponent?: string;
Dtypescript.d.ts2964 customComponent?: string; property