Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js29 const unboundGetX = module.getX; constant
31 const boundGetX = unboundGetX.bind(module);