Searched refs:wrapFunction (Results 1 – 9 of 9) sorted by relevance
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | InterruptIn-js.cpp | 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()
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
D | EventLoop.h | 52 Callback<void()> wrapFunction(jerry_value_t f) { in wrapFunction() function
|
/third_party/typescript/src/compiler/ |
D | debug.ts | 722 … function wrapFunction<F extends (...args: any[]) => any>(deprecation: () => void, func: F): F { function 731 return wrapFunction(deprecation, func);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 2811 function wrapFunction(deprecation, func) { function 2819 return wrapFunction(deprecation, func);
|
D | tsc.js | 2402 function wrapFunction(deprecation, func) { function 2410 return wrapFunction(deprecation, func);
|
D | tsserver.js | 2822 function wrapFunction(deprecation, func) { function 2830 return wrapFunction(deprecation, func);
|
D | typescriptServices.js | 3016 function wrapFunction(deprecation, func) { function 3024 return wrapFunction(deprecation, func);
|
D | tsserverlibrary.js | 3016 function wrapFunction(deprecation, func) { function 3024 return wrapFunction(deprecation, func);
|
D | typescript.js | 3016 function wrapFunction(deprecation, func) { function 3024 return wrapFunction(deprecation, func);
|