Searched refs:wrapFunction (Results 1 – 5 of 5) sorted by relevance
97 mbed::Callback<void()> cb = mbed::js::EventLoop::getInstance().wrapFunction(f); in DECLARE_CLASS_FUNCTION()162 mbed::Callback<void()> cb = mbed::js::EventLoop::getInstance().wrapFunction(f); in DECLARE_CLASS_FUNCTION()
52 Callback<void()> wrapFunction(jerry_value_t f) { in wrapFunction() function
757 … function wrapFunction<F extends (...args: any[]) => any>(deprecation: () => void, func: F): F { function766 return wrapFunction(deprecation, func);
2687 function wrapFunction(deprecation, func) { function2696 return wrapFunction(deprecation, func);
3125 function wrapFunction(deprecation, func) { function3134 return wrapFunction(deprecation, func);