Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DInterruptIn-js.cpp97 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()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h52 Callback<void()> wrapFunction(jerry_value_t f) { in wrapFunction() function
/third_party/typescript/src/compiler/
Ddebug.ts757 … function wrapFunction<F extends (...args: any[]) => any>(deprecation: () => void, func: F): F { function
766 return wrapFunction(deprecation, func);
/third_party/typescript/lib/
DtypingsInstaller.js3125 function wrapFunction(deprecation, func) { function
3134 return wrapFunction(deprecation, func);
Dtsc.js2687 function wrapFunction(deprecation, func) { function
2696 return wrapFunction(deprecation, func);