Home
last modified time | relevance | path

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

/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.cpp1034 void ETSBinder::BuildETSNewClassInstanceExpression(ir::ETSNewClassInstanceExpression *classInstance) in BuildETSNewClassInstanceExpression()