Home
last modified time | relevance | path

Searched refs:SendableUseLocalModuleValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/sendableclassuseimport/
Dexpect_output.txt14 SendableLocalClass, SendableUseLocalModuleValue::static block
15 sendableLocalFunc, SendableUseLocalModuleValue::static block
16 LocalClass, SendableUseLocalModuleValue::static block
17 localFunc, SendableUseLocalModuleValue::static block
33 SendableLocalClass, SendableUseLocalModuleValue::start
34 sendableLocalFunc, SendableUseLocalModuleValue::start
35 LocalClass, SendableUseLocalModuleValue::start
36 localFunc, SendableUseLocalModuleValue::start
Dsendableclassuseimport.ts28 import {SendableUseLocalModuleValue, sendableFuncUseLocalModuleValue} from './sendableUseLocalModul…
81 new SendableUseLocalModuleValue().start();
DsendableUseLocalModuleValue.ts46 export class SendableUseLocalModuleValue { class