Searched refs:bindScrollItemSelectedFunc (Results 1 – 1 of 1) sorted by relevance
296 void SetBindScrollItemSelectedFuncName(jerry_value_t bindScrollItemSelectedFunc) in SetBindScrollItemSelectedFuncName() argument298 if (!jerry_value_is_undefined(bindScrollItemSelectedFunc)) { in SetBindScrollItemSelectedFuncName()299 bindScrollSelectedFunc_ = jerry_acquire_value(bindScrollItemSelectedFunc); in SetBindScrollItemSelectedFuncName()