Home
last modified time | relevance | path

Searched defs:createBlock (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/ets-plugin/src/
Dutils.ts497 export function createBlock(...statements: ts.Statement[]): ts.Block { function
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/tools/ets-tsc/lib/
DtypescriptServices.d.ts3795 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
7779 const createBlock: (statements: readonly Statement[], multiLine?: boolean | undefined) => Block; constant
Dtypescript.d.ts3795 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
7779 const createBlock: (statements: readonly Statement[], multiLine?: boolean | undefined) => Block; constant
Dtsserverlibrary.d.ts3795 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
11718 const createBlock: (statements: readonly Statement[], multiLine?: boolean | undefined) => Block; constant