Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h59 bound_callbacks.push_back(std::make_pair(f, cb)); in wrapFunction()
65 …_t, BoundCallback<void(uint32_t)>*> >::iterator it = bound_callbacks.begin(); it != bound_callback… in dropCallback()
90 std::vector<std::pair<jerry_value_t, BoundCallback<void(uint32_t)>*> > bound_callbacks; variable