Home
last modified time | relevance | path

Searched refs:createInterfaceClassUnionTypeMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ets_to_ts/
Dcheck_union_type_interface_method.js16 const { num, string, UnionTypeMethodClass, createInterfaceClassUnionTypeMethod } = require('interfa… constant
31 const IClass = createInterfaceClassUnionTypeMethod();
37 const IClass = createInterfaceClassUnionTypeMethod();
55 const IClass = createInterfaceClassUnionTypeMethod();
61 const IClass = createInterfaceClassUnionTypeMethod();
Dinterface_method.test.js37 const createInterfaceClassUnionTypeMethod = etsVm.getFunction(MODULE_PATH, 'create_interface_class_… constant
71 createInterfaceClassUnionTypeMethod, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
Dinterface_method.js30 export function createInterfaceClassUnionTypeMethod() { function
Dinterface_method.ts44 export function createInterfaceClassUnionTypeMethod(): anyTypeMethodClass<number> { function
Dinterface_method.ets22 createInterfaceClassUnionTypeMethod,
127 const unionTypeMethodClass = createInterfaceClassUnionTypeMethod()
133 const unionTypeMethodClass = createInterfaceClassUnionTypeMethod()