Home
last modified time | relevance | path

Searched defs:callbackKind (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
DInteropNativeModule.js42 static _CallCallback(callbackKind, args, argsSize) { throw "method not loaded"; } argument
43 static _CallCallbackSync(callbackKind, args, argsSize) { throw "method not loaded"; } argument
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/
Dcommon-interop.cc351 void impl_CallCallback(KInt callbackKind, KByte* args, KInt argsSize) { in impl_CallCallback()
363 void impl_CallCallbackSync(KVMContext vmContext, KInt callbackKind, KByte* args, KInt argsSize) { in impl_CallCallbackSync()