Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.sts18 import { DEFAULT_STRING_VALUE, TestNativeClass, TestUserClass, helperIsJSInstanceOf } from ".";
27 // class ExtendedNativeClass extends TestNativeClass{}
37 // class ExtendedNativeClass extends TestNativeClass{}
39 … return helperIsJSInstanceOf(classInstance, TestNativeClass) && classInstance instanceof TestNat…
Dindex.js21 exports.TestNativeClass =
55 exports.TestNativeClass = stream1.EventEmitter;
Dindex.ts54 export const TestNativeClass = EventEmitter; constant