Searched defs:arkts (Results 1 – 9 of 9) sorted by relevance
85 arkts.Es2pandaContextState.ES2PANDA_STATE_BOUND, constant86 arkts.Es2pandaContextState.ES2PANDA_STATE_LOWERED, constant87 arkts.Es2pandaContextState.ES2PANDA_STATE_ASM_GENERATED, constant88 arkts.Es2pandaContextState.ES2PANDA_STATE_ERROR, constant
532 …const line = args[1] instanceof arkts.UndefinedLiteral ? undefined : (args[1] as arkts.NumberLiter… constant533 …const col = args[2] instanceof arkts.UndefinedLiteral ? undefined : (args[2] as arkts.NumberLitera… constant534 …const options = args[3] instanceof arkts.UndefinedLiteral ? undefined : args[3] as arkts.ObjectExp… constant
421 … arguments: args && args.length === 1 && args[0] instanceof arkts.ObjectExpression constant
39 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
237 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant254 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
49 const annotations: readonly arkts.AnnotationUsage[] = node.annotations; constant
302 const decl = prop.key ? arkts.getDecl(prop.key) : undefined; constant