Home
last modified time | relevance | path

Searched refs:customComponent (Results 1 – 14 of 14) 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/src/server/
Dprotocol.ts2218 customComponent?: string; property
/third_party/typescript/lib/
Dprotocol.d.ts1667 customComponent?: string; property
Dtsserverlibrary.d.ts3188 customComponent?: string; property
9172 customComponent?: string;
Dtypescript.d.ts3188 customComponent?: string; property
DtypescriptServices.d.ts3188 customComponent?: string; property
DtypingsInstaller.js38349 …var customComponent = (_a = sourceFileCompilerOptions.ets) === null || _a === void 0 ? void 0 : _a…
38350 if (!heritageClauses && customComponent) {
38351 heritageClauses = createVirtualHeritageClauses(customComponent);
38369 function createVirtualHeritageClauses(customComponent) { argument
38371 …essionWithTypeArguments(finishNode(factory.createIdentifier(/*text*/ customComponent), curPos, /*e…
Dtsc.js31111 …var customComponent = (_a = sourceFileCompilerOptions.ets) === null || _a === void 0 ? void 0 : _a…
31112 if (!heritageClauses && customComponent) {
31113 heritageClauses = createVirtualHeritageClauses(customComponent);
31129 function createVirtualHeritageClauses(customComponent) { argument
31131 …reateExpressionWithTypeArguments(finishNode(factory.createIdentifier(customComponent), curPos, und…
/third_party/typescript/src/compiler/
Dparser.ts7894 const customComponent = sourceFileCompilerOptions.ets?.customComponent;
7895 if (!heritageClauses && customComponent) {
7896 heritageClauses = createVirtualHeritageClauses(customComponent);
7915 function createVirtualHeritageClauses(customComponent: string): NodeArray<HeritageClause> {
7920 …finishNode(factory.createIdentifier(/*text*/ customComponent), curPos, /*end*/ undefined, /*virtua…
Dtypes.ts6755 customComponent?: string;
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3188 customComponent?: string; property
9172 customComponent?: string;
Dtypescript.d.ts3188 customComponent?: string; property