Searched refs:lastArg (Results 1 – 4 of 4) sorted by relevance
66 val lastArg = args?.lastOrNull() in callExportedFunction() constant67 if (Promise::class.java.isInstance(lastArg)) { in callExportedFunction()68 promiseMappingCall(methodName, args!!.dropLast(1), lastArg as Promise) in callExportedFunction()
244 const lastArg = args[args.length - 1];245 if (typeof lastArg === 'string' && isComponentStack(lastArg)) {248 componentStack = parseComponentStack(lastArg);
1 …lastArg = args[args.length - 1];\n if (typeof lastArg === 'string' && isComponentStack(lastArg)…
309 const lastArg = args[args.length - 1];310 if (typeof lastArg === 'string' && isComponentStack(lastArg)) {313 componentStack = parseComponentStack(lastArg);