Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/arkts_interface/
Dindex.ts41 const classInstance = getterFn(); constant
48 const classInstance = getterFn(); constant
57 const classInstance = getterFn(); constant
66 const classInstance = getterFn(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DcallGraphUtils.ts108 let classInstance = this._scene.getClass(arkClass); variable
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp753 …n "C" const char *NumberLiteralStrConst(es2panda_Context *context, es2panda_AstNode *classInstance) in NumberLiteralStrConst()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp1423 void ETSBinder::BuildETSNewClassInstanceExpression(ir::ETSNewClassInstanceExpression *classInstance) in BuildETSNewClassInstanceExpression()