Home
last modified time | relevance | path

Searched defs:classInstance (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/
Dindex.ts43 const classInstance = getterFn(); constant
50 const classInstance = getterFn(); constant
59 const classInstance = getterFn(); constant
68 const classInstance = getterFn(); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.js59 const classInstance = new ExtendedEtsUserClass(); constant
70 const classInstance = new ExtendedEtsNativeClass(2); constant
88 const classInstance = new ExtendedEtsUserClass(); constant
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp1131 void ETSBinder::BuildETSNewClassInstanceExpression(ir::ETSNewClassInstanceExpression *classInstance) in BuildETSNewClassInstanceExpression()