Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.ts43 public readonly constructorSetValue: string; property in TestUserClass
50 this.constructorSetValue = constructorArg;
Dindex.js51 this.constructorSetValue = constructorArg;
Dindex.sts50 // return classInstance.constructorSetValue === customSuperValue && TestUserClass.isMyInstance(…