Searched defs:argsSize (Results 1 – 2 of 2) sorted by relevance
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/ |
| D | InteropNativeModule.js | 42 static _CallCallback(callbackKind, args, argsSize) { throw "method not loaded"; } argument 43 static _CallCallbackSync(callbackKind, args, argsSize) { throw "method not loaded"; } argument 52 static _CallForeignVM(foreignContext, kind, args, argsSize) { throw "method not loaded"; } argument
|
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ |
| D | common-interop.cc | 351 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()
|