New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devvit/multiplatform

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devvit/multiplatform - npm Package Compare versions

Comparing version 0.0.1-20241105-84d9d76f to 0.0.1-20241119-bd8b7759

737

kotlin/ui-shared-shared.js

@@ -24,9 +24,12 @@ import {

arrayConcat3qsij7vh68m69 as arrayConcat,
Paire9pteg33gng7 as Pair,
isArray1hxjqtqy632bc as isArray,
addAll21mdhg523wnoa as addAll,
listOf1jh22dvmctj1r as listOf_0,
ArrayDeque_init_$Create$h67uqnktr40s as ArrayDeque_init_$Create$,
Paire9pteg33gng7 as Pair,
toString1pkumu07cwy4m as toString,
objectMeta213120oau977m as objectMeta,
interfaceMeta1u1l5puptm1ve as interfaceMeta,
HashSet_init_$Create$1urd5csbv51lq as HashSet_init_$Create$,
plus310ted5e4i90h as plus,
getStringHashCode26igk1bx568vk as getStringHashCode,

@@ -52,3 +55,2 @@ Long2qws0ah9gnpki as Long,

setMetadataFor(EventScope, 'EventScope', classMeta, Enum);
setMetadataFor(LocalEventsDeduper, 'LocalEventsDeduper', classMeta);
setMetadataFor(NoOpUnsubscriber, 'NoOpUnsubscriber', objectMeta);

@@ -63,2 +65,4 @@ setMetadataFor(BaseTrace, 'BaseTrace', classMeta);

setMetadataFor(NoOpLogger, 'NoOpLogger', classMeta, VOID, VOID, NoOpLogger);
setMetadataFor(IntervalEventDeduper, 'IntervalEventDeduper', classMeta);
setMetadataFor(LocalEventsDeduper, 'LocalEventsDeduper', classMeta);
setMetadataFor(TimerDefinition, 'TimerDefinition', classMeta);

@@ -72,6 +76,6 @@ setMetadataFor(Span, 'Span', classMeta);

function OneAtATimeAssembler(logger, timerDelegate) {
this.w6_1 = logger;
this.x6_1 = timerDelegate;
this.e7_1 = logger;
this.f7_1 = timerDelegate;
}
protoOf(OneAtATimeAssembler).y6 = function (queue, mode) {
protoOf(OneAtATimeAssembler).g7 = function (queue, mode) {
var tmp;

@@ -81,4 +85,4 @@ if (queue.t()) {

} else {
var timerDefinitions = this.x6_1.list();
var event = queue.w5();
var timerDefinitions = this.f7_1.list();
var event = queue.c6();
while (isUseIntervalEvent(event)) {

@@ -93,3 +97,3 @@ // Inline function 'kotlin.collections.forEach' call

if (element.id === event.hook) {
this.w6_1.a7(['' + mode + ' building batch of ', event]);
this.e7_1.i7(['' + mode + ' building batch of ', event]);
return listOf(event);

@@ -100,3 +104,3 @@ }

if (!queue.t()) {
event = queue.w5();
event = queue.c6();
} else {

@@ -106,3 +110,3 @@ return emptyList();

}
this.w6_1.a7(['' + mode + ' building batch of ', event]);
this.e7_1.i7(['' + mode + ' building batch of ', event]);
tmp = listOf(event);

@@ -113,6 +117,6 @@ }

function AllAtOnceAssembler(logger, timerDelegate) {
this.b7_1 = logger;
this.c7_1 = timerDelegate;
this.j7_1 = logger;
this.k7_1 = timerDelegate;
}
protoOf(AllAtOnceAssembler).y6 = function (queue, mode) {
protoOf(AllAtOnceAssembler).g7 = function (queue, mode) {
var tmp;

@@ -122,3 +126,3 @@ if (queue.t()) {

} else {
var timerDefinitions = this.c7_1.list();
var timerDefinitions = this.k7_1.list();
// Inline function 'kotlin.collections.filter' call

@@ -166,4 +170,4 @@ // Inline function 'kotlin.collections.filterTo' call

var batch = destination;
queue.z5();
this.b7_1.a7(['' + mode + ' building batch of ', batch]);
queue.f6();
this.j7_1.i7(['' + mode + ' building batch of ', batch]);
tmp = batch;

@@ -182,21 +186,21 @@ }

}
protoOf(SubscribeCallbackParams).d7 = function () {
protoOf(SubscribeCallbackParams).l7 = function () {
return this.request;
};
protoOf(SubscribeCallbackParams).e7 = function () {
protoOf(SubscribeCallbackParams).m7 = function () {
return this.response;
};
protoOf(SubscribeCallbackParams).f7 = function () {
protoOf(SubscribeCallbackParams).n7 = function () {
return this.mode;
};
protoOf(SubscribeCallbackParams).g7 = function () {
protoOf(SubscribeCallbackParams).c7 = function () {
return this.request;
};
protoOf(SubscribeCallbackParams).h7 = function () {
protoOf(SubscribeCallbackParams).d7 = function () {
return this.response;
};
protoOf(SubscribeCallbackParams).i7 = function () {
protoOf(SubscribeCallbackParams).o7 = function () {
return this.mode;
};
protoOf(SubscribeCallbackParams).j7 = function (request, response, mode) {
protoOf(SubscribeCallbackParams).p7 = function (request, response, mode) {
return new SubscribeCallbackParams(request, response, mode);

@@ -208,3 +212,3 @@ };

mode = mode === VOID ? this.mode : mode;
return this.j7(request, response, mode);
return this.p7(request, response, mode);
};

@@ -279,11 +283,11 @@ protoOf(SubscribeCallbackParams).toString = function () {

function Callback(success, failure) {
this.m7_1 = success;
this.n7_1 = failure;
this.s7_1 = success;
this.t7_1 = failure;
}
protoOf(Callback).toString = function () {
return 'Callback(success=' + this.m7_1 + ', failure=' + this.n7_1 + ')';
return 'Callback(success=' + this.s7_1 + ', failure=' + this.t7_1 + ')';
};
protoOf(Callback).hashCode = function () {
var result = hashCode(this.m7_1);
result = imul(result, 31) + hashCode(this.n7_1) | 0;
var result = hashCode(this.s7_1);
result = imul(result, 31) + hashCode(this.t7_1) | 0;
return result;

@@ -297,5 +301,5 @@ };

var tmp0_other_with_cast = other instanceof Callback ? other : THROW_CCE();
if (!equals(this.m7_1, tmp0_other_with_cast.m7_1))
if (!equals(this.s7_1, tmp0_other_with_cast.s7_1))
return false;
if (!equals(this.n7_1, tmp0_other_with_cast.n7_1))
if (!equals(this.t7_1, tmp0_other_with_cast.t7_1))
return false;

@@ -305,3 +309,3 @@ return true;

function _get_assembler__abkpkh($this) {
var tmp = $this.w7_1;
var tmp = $this.c8_1;
if (!(tmp == null))

@@ -314,3 +318,3 @@ return tmp;

function _get_local__en0sai($this) {
var tmp = $this.d8_1;
var tmp = $this.j8_1;
if (!(tmp == null))

@@ -323,3 +327,3 @@ return tmp;

function _get_remote__f6fj3v($this) {
var tmp = $this.e8_1;
var tmp = $this.k8_1;
if (!(tmp == null))

@@ -332,3 +336,3 @@ return tmp;

function _get_timers__g2d3wd($this) {
var tmp = $this.f8_1;
var tmp = $this.l8_1;
if (!(tmp == null))

@@ -342,5 +346,5 @@ return tmp;

resetSpeculation($this);
$this.k8_1 = true;
$this.t7_1.a7(['recalculateSpeculativeWork']);
var iterator = $this.x7_1.l();
$this.q8_1 = true;
$this.z7_1.i7(['recalculateSpeculativeWork']);
var iterator = $this.d8_1.l();
var index = 0;

@@ -355,18 +359,18 @@ $l$loop_1: while (iterator.m()) {

continue $l$loop_1;
if ($this.z7_1.r5_1 > 10)
if ($this.f8_1.x5_1 > 10)
break $l$loop_1;
$this.z7_1.i(item);
$this.f8_1.i(item);
}
$this.t7_1.a7(['Speculative queue size: ' + $this.z7_1.r5_1]);
verboseLog($this, $this.z7_1);
$this.z7_1.i7(['Speculative queue size: ' + $this.f8_1.x5_1]);
verboseLog($this, $this.f8_1);
}
function cancelSpeculation($this) {
$this.t7_1.a7(['cancelSpeculation']);
$this.k8_1 = false;
$this.z7_1.i7(['cancelSpeculation']);
$this.q8_1 = false;
resetSpeculation($this);
}
function resetSpeculation($this) {
$this.z7_1.z5();
$this.h8_1 = $this.q7_1.clone($this.state);
$this.i8_1 = $this.i8_1 + 1 | 0;
$this.f8_1.f6();
$this.n8_1 = $this.w7_1.clone($this.state);
$this.o8_1 = $this.o8_1 + 1 | 0;
}

@@ -380,17 +384,17 @@ function processBatch($this, batch, mode) {

if (mode.equals(Mode_SYNC_getInstance()))
$this.a8_1 = true;
var request = $this.p7_1.l8(mode.equals(Mode_SPEC_getInstance()) ? $this.h8_1 : $this.state, batch);
$this.g8_1 = true;
var request = $this.v7_1.r8(mode.equals(Mode_SPEC_getInstance()) ? $this.n8_1 : $this.state, batch);
var runtime = isRemote ? _get_remote__f6fj3v($this) : _get_local__en0sai($this);
var tmp1 = $this.u7_1;
$this.u7_1 = tmp1 + 1 | 0;
var tmp1 = $this.a8_1;
$this.a8_1 = tmp1 + 1 | 0;
var requestId = tmp1;
var intendedGeneration = $this.i8_1;
var processRequestSpan = Tracer_instance.m8('runtime_trace');
var intendedGeneration = $this.o8_1;
var processRequestSpan = Tracer_instance.s8('runtime_trace');
var tmp = DispatcherImpl$processBatch$lambda($this, mode, isRemote, processRequestSpan, batch, requestId, intendedGeneration, request);
var cbs = new Callback(tmp, DispatcherImpl$processBatch$lambda_0($this, mode, isRemote, processRequestSpan, requestId, batch));
// Inline function 'kotlin.collections.set' call
$this.b8_1.i1(requestId, cbs);
$this.t7_1.a7(['Signpost: Handling ' + getRuntimeLogString($this, mode, isRemote) + ' request']);
$this.h8_1.i1(requestId, cbs);
$this.z7_1.i7(['Signpost: Handling ' + getRuntimeLogString($this, mode, isRemote) + ' request']);
verboseLog($this, request);
runtime.handle($this.r7_1, request, cbs.m7_1, cbs.n7_1);
runtime.handle($this.x7_1, request, cbs.s7_1, cbs.t7_1);
}

@@ -401,7 +405,7 @@ function getRuntimeLogString($this, mode, isRemote) {

function reset($this, isResettingTimers) {
$this.k8_1 = $this.j8_1;
$this.a8_1 = false;
$this.state = $this.q7_1.clone($this.g8_1);
$this.y7_1.z5();
$this.x7_1.z5();
$this.q8_1 = $this.p8_1;
$this.g8_1 = false;
$this.state = $this.w7_1.clone($this.m8_1);
$this.e8_1.f6();
$this.d8_1.f6();
_get_local__en0sai($this).reset();

@@ -422,4 +426,4 @@ _get_remote__f6fj3v($this).reset();

var e = $p;
$this.t7_1.n8([e]);
$this.s7_1.errorHandler(e);
$this.z7_1.t8([e]);
$this.y7_1.errorHandler(e);
tmp_0 = default_0;

@@ -434,7 +438,7 @@ } else {

function verboseLog($this, message) {
if ($this.s7_1.featureFlags.isVerboseLoggingEnabled) {
$this.t7_1.a7([message]);
if ($this.y7_1.featureFlags.isVerboseLoggingEnabled) {
$this.z7_1.i7([message]);
}
}
function DispatcherImpl$deduper$lambda(this$0) {
function DispatcherImpl$dedupers$lambda(this$0) {
return function () {

@@ -444,17 +448,56 @@ return _get_local__en0sai(this$0).isReady();

}
function DispatcherImpl$dedupers$lambda_0(this$0) {
return function (hook) {
var tmp;
var tmp$ret$1;
$l$block: {
// Inline function 'kotlin.collections.firstOrNull' call
var tmp0_iterator = this$0.d8_1.l();
while (tmp0_iterator.m()) {
var element = tmp0_iterator.o();
// Inline function 'net.devvit.DispatcherImpl.dedupers.<anonymous>.<anonymous>' call
if (element.hook === hook) {
tmp$ret$1 = element;
break $l$block;
}
}
tmp$ret$1 = null;
}
if (!(tmp$ret$1 == null)) {
tmp = true;
} else {
var tmp$ret$3;
$l$block_0: {
// Inline function 'kotlin.collections.firstOrNull' call
var tmp0_iterator_0 = this$0.e8_1.l();
while (tmp0_iterator_0.m()) {
var element_0 = tmp0_iterator_0.o();
// Inline function 'net.devvit.DispatcherImpl.dedupers.<anonymous>.<anonymous>' call
if (element_0.hook === hook) {
tmp$ret$3 = element_0;
break $l$block_0;
}
}
tmp$ret$3 = null;
}
tmp = !(tmp$ret$3 == null);
}
return tmp;
};
}
function DispatcherImpl$init$lambda(this$0, $local, $remote, $timers) {
return function () {
this$0.t7_1.a7(['Signpost: Initializing Dispatcher', $local, $remote]);
this$0.d8_1 = $local;
this$0.e8_1 = $remote;
this$0.f8_1 = $timers;
this$0.z7_1.i7(['Signpost: Initializing Dispatcher', $local, $remote]);
this$0.j8_1 = $local;
this$0.k8_1 = $remote;
this$0.l8_1 = $timers;
var tmp = this$0;
var tmp_0;
if (this$0.s7_1.featureFlags.isUsingEverythingAssembler) {
tmp_0 = new AllAtOnceAssembler(this$0.t7_1, $timers);
if (this$0.y7_1.featureFlags.isUsingEverythingAssembler) {
tmp_0 = new AllAtOnceAssembler(this$0.z7_1, $timers);
} else {
tmp_0 = new OneAtATimeAssembler(this$0.t7_1, $timers);
tmp_0 = new OneAtATimeAssembler(this$0.z7_1, $timers);
}
tmp.w7_1 = tmp_0;
this$0.o8();
tmp.c8_1 = tmp_0;
this$0.u8();
return Unit_instance;

@@ -464,7 +507,7 @@ };

function DispatcherImpl$subscribe$1$1(this$0, $typedCallback) {
this.p8_1 = this$0;
this.q8_1 = $typedCallback;
this.v8_1 = this$0;
this.w8_1 = $typedCallback;
}
protoOf(DispatcherImpl$subscribe$1$1).unsubscribe = function () {
this.p8_1.c8_1.j(this.q8_1);
this.v8_1.i8_1.j(this.w8_1);
};

@@ -474,3 +517,3 @@ function DispatcherImpl$subscribe$lambda($callback, this$0) {

var typedCallback = typeof $callback === 'function' ? $callback : THROW_CCE();
this$0.c8_1.i(typedCallback);
this$0.i8_1.i(typedCallback);
return new DispatcherImpl$subscribe$1$1(this$0, typedCallback);

@@ -481,14 +524,14 @@ };

return function () {
this$0.t7_1.a7(['Signpost: Response success for ' + getRuntimeLogString(this$0, $mode, $isRemote) + ' request']);
this$0.z7_1.i7(['Signpost: Response success for ' + getRuntimeLogString(this$0, $mode, $isRemote) + ' request']);
verboseLog(this$0, $rsp);
$processRequestSpan.u8();
logRuntimeTrace(this$0.s7_1.performanceAnalyticsDelegate, $processRequestSpan, $isRemote, '', $batch.q());
this$0.b8_1.j1($requestId);
$processRequestSpan.a9();
logRuntimeTrace(this$0.y7_1.performanceAnalyticsDelegate, $processRequestSpan, $isRemote, '', $batch.q());
this$0.h8_1.j1($requestId);
var tmp;
if ($mode.equals(Mode_SPEC_getInstance()) ? !(this$0.i8_1 === $intendedGeneration) : false) {
this$0.t7_1.a7(['throwing away stale speculative results']);
if ($mode.equals(Mode_SPEC_getInstance()) ? !(this$0.o8_1 === $intendedGeneration) : false) {
this$0.z7_1.i7(['throwing away stale speculative results']);
return Unit_instance;
}
this$0.t7_1.a7(['Responding to ' + getRuntimeLogString(this$0, $mode, $isRemote) + ' runtime result subscriptions']);
var tmp0_iterator = this$0.c8_1.l();
this$0.z7_1.i7(['Responding to ' + getRuntimeLogString(this$0, $mode, $isRemote) + ' runtime result subscriptions']);
var tmp0_iterator = this$0.i8_1.l();
while (tmp0_iterator.m()) {

@@ -501,16 +544,16 @@ var element = tmp0_iterator.o();

if ($mode.equals(Mode_SYNC_getInstance())) {
this$0.state = this$0.q7_1.merge(this$0.state, $rsp.state);
this$0.a8_1 = false;
this$0.state = this$0.w7_1.merge(this$0.state, $rsp.state);
this$0.g8_1 = false;
tmp_0 = Unit_instance;
} else if ($mode.equals(Mode_SPEC_getInstance())) {
this$0.h8_1 = this$0.q7_1.merge(this$0.h8_1, $rsp.state);
this$0.n8_1 = this$0.w7_1.merge(this$0.n8_1, $rsp.state);
tmp_0 = Unit_instance;
}
this$0.v8(toList($rsp.replay), $mode);
this$0.b9(toList($rsp.replay), $mode);
var tmp_1;
if ($mode.equals(Mode_SYNC_getInstance()) ? this$0.j8_1 : false) {
if ($mode.equals(Mode_SYNC_getInstance()) ? this$0.p8_1 : false) {
recalculateSpeculativeWork(this$0);
tmp_1 = Unit_instance;
}
this$0.o8();
this$0.u8();
return Unit_instance;

@@ -527,11 +570,11 @@ };

return function () {
this$0.t7_1.a7(['Signpost: Response error for ' + getRuntimeLogString(this$0, $mode, $isRemote) + ' request', $err]);
$processRequestSpan.u8();
var tmp = this$0.s7_1.performanceAnalyticsDelegate;
this$0.z7_1.i7(['Signpost: Response error for ' + getRuntimeLogString(this$0, $mode, $isRemote) + ' request', $err]);
$processRequestSpan.a9();
var tmp = this$0.y7_1.performanceAnalyticsDelegate;
var tmp0_elvis_lhs = $err.message;
logRuntimeError(tmp, tmp0_elvis_lhs == null ? 'Request Response Error' + (' with a duration of ' + $processRequestSpan.w8().toString() + 'ms') : tmp0_elvis_lhs, $isRemote, '');
this$0.b8_1.j1($requestId);
logRuntimeError(tmp, tmp0_elvis_lhs == null ? 'Request Response Error' + (' with a duration of ' + $processRequestSpan.c9().toString() + 'ms') : tmp0_elvis_lhs, $isRemote, '');
this$0.h8_1.j1($requestId);
var tmp_0;
if ($mode.equals(Mode_SYNC_getInstance())) {
this$0.a8_1 = false;
this$0.g8_1 = false;
tmp_0 = Unit_instance;

@@ -542,3 +585,3 @@ }

cancelSpeculation(this$0);
this$0.o8();
this$0.u8();
return Unit_instance;

@@ -579,4 +622,4 @@ }

var events = copyToArray(this_2);
this$0.t7_1.a7(arrayConcat([['unretryable events', $err], events]));
tmp_3 = this$0.s7_1.errorHandler($err);
this$0.z7_1.i7(arrayConcat([['unretryable events', $err], events]));
tmp_3 = this$0.y7_1.errorHandler($err);
}

@@ -602,7 +645,7 @@ var tmp_4;

var tmp3_elvis_lhs = replayable.r1(true);
this$0.v8(tmp3_elvis_lhs == null ? emptyList() : tmp3_elvis_lhs, $mode);
if ($mode.equals(Mode_SYNC_getInstance()) ? this$0.j8_1 : false) {
this$0.b9(tmp3_elvis_lhs == null ? emptyList() : tmp3_elvis_lhs, $mode);
if ($mode.equals(Mode_SYNC_getInstance()) ? this$0.p8_1 : false) {
recalculateSpeculativeWork(this$0);
}
this$0.o8();
this$0.u8();
tmp_4 = Unit_instance;

@@ -621,18 +664,38 @@ }

return function () {
this$0.t7_1.a7(arrayConcat([['Signpost: Submitted events'], $events]));
var deduped = this$0.v7_1.x8(toList($events));
var tmp0_iterator = deduped.l();
this$0.z7_1.i7(arrayConcat([['Signpost: Submitted events'], $events]));
// Inline function 'kotlin.collections.fold' call
var this_0 = this$0.b8_1;
var accumulator = toList($events);
var tmp0_iterator = this_0.l();
while (tmp0_iterator.m()) {
var element = tmp0_iterator.o();
// Inline function 'net.devvit.DispatcherImpl.submit.<anonymous>.<anonymous>' call
if (element.async === true) {
this$0.y7_1.i(element);
var events = accumulator;
accumulator = element.d9(events);
}
var filteredEvents = accumulator;
// Inline function 'kotlin.collections.partition' call
var first = ArrayList_init_$Create$();
var second = ArrayList_init_$Create$();
var tmp0_iterator_0 = filteredEvents.l();
while (tmp0_iterator_0.m()) {
var element_0 = tmp0_iterator_0.o();
// Inline function 'net.devvit.DispatcherImpl.submit.<anonymous>.<anonymous>' call
if (element_0.async === true) {
first.i(element_0);
} else {
this$0.x7_1.i(element);
if (this$0.a8_1 ? this$0.k8_1 : false) {
this$0.z7_1.i(element);
}
second.i(element_0);
}
}
this$0.o8();
var tmp0_container = new Pair(first, second);
var asyncEvents = tmp0_container.c7();
var syncEvents = tmp0_container.d7();
this$0.e8_1.p(asyncEvents);
this$0.d8_1.p(syncEvents);
var tmp;
if (this$0.g8_1 ? this$0.q8_1 : false) {
this$0.f8_1.p(syncEvents);
tmp = Unit_instance;
}
this$0.u8();
return Unit_instance;

@@ -649,9 +712,9 @@ };

return function () {
this$0.state = this$0.q7_1.clone($snap.state);
this$0.y7_1.z5();
this$0.state = this$0.w7_1.clone($snap.state);
this$0.e8_1.f6();
var tmp = $snap.asyncQueue;
addAll(this$0.y7_1, isArray(tmp) ? tmp : THROW_CCE());
this$0.x7_1.z5();
addAll(this$0.e8_1, isArray(tmp) ? tmp : THROW_CCE());
this$0.d8_1.f6();
var tmp_0 = $snap.syncQueue;
addAll(this$0.x7_1, isArray(tmp_0) ? tmp_0 : THROW_CCE());
addAll(this$0.d8_1, isArray(tmp_0) ? tmp_0 : THROW_CCE());
cancelSpeculation(this$0);

@@ -667,42 +730,43 @@ _get_local__en0sai(this$0).resume($snap.localSnapshot);

options = options === VOID ? new EmptyOptions() : options;
this.o7_1 = state;
this.p7_1 = requestBuilder;
this.q7_1 = stateOperations;
this.r7_1 = method;
this.s7_1 = options;
this.t7_1 = new NiceLogger(this.s7_1.logger);
this.u7_1 = 0;
this.u7_1 = state;
this.v7_1 = requestBuilder;
this.w7_1 = stateOperations;
this.x7_1 = method;
this.y7_1 = options;
this.z7_1 = new NiceLogger(this.y7_1.logger);
this.a8_1 = 0;
var tmp = this;
tmp.v7_1 = new LocalEventsDeduper(DispatcherImpl$deduper$lambda(this), this.t7_1);
this.x7_1 = ArrayDeque_init_$Create$();
this.y7_1 = ArrayDeque_init_$Create$();
this.z7_1 = ArrayDeque_init_$Create$();
this.a8_1 = false;
var tmp_0 = this;
var tmp_0 = new LocalEventsDeduper(DispatcherImpl$dedupers$lambda(this), this.z7_1);
tmp.b8_1 = listOf_0([tmp_0, new IntervalEventDeduper(DispatcherImpl$dedupers$lambda_0(this))]);
this.d8_1 = ArrayDeque_init_$Create$();
this.e8_1 = ArrayDeque_init_$Create$();
this.f8_1 = ArrayDeque_init_$Create$();
this.g8_1 = false;
var tmp_1 = this;
// Inline function 'kotlin.collections.mutableMapOf' call
tmp_0.b8_1 = LinkedHashMap_init_$Create$();
var tmp_1 = this;
tmp_1.h8_1 = LinkedHashMap_init_$Create$();
var tmp_2 = this;
// Inline function 'kotlin.collections.mutableListOf' call
tmp_1.c8_1 = ArrayList_init_$Create$();
this.g8_1 = this.q7_1.clone(this.state);
this.h8_1 = this.q7_1.clone(this.g8_1);
this.i8_1 = 0;
this.j8_1 = this.s7_1.featureFlags.isSpeculativeExecutionEnabled;
this.k8_1 = this.j8_1;
this.t7_1.a7(['Signpost: Constructed KMP Dispatcher']);
tmp_2.i8_1 = ArrayList_init_$Create$();
this.m8_1 = this.w7_1.clone(this.state);
this.n8_1 = this.w7_1.clone(this.m8_1);
this.o8_1 = 0;
this.p8_1 = this.y7_1.featureFlags.isSpeculativeExecutionEnabled;
this.q8_1 = this.p8_1;
this.z7_1.i7(['Signpost: Constructed KMP Dispatcher']);
}
protoOf(DispatcherImpl).y8 = function (_set____db54di) {
this.o7_1 = _set____db54di;
protoOf(DispatcherImpl).e9 = function (_set____db54di) {
this.u7_1 = _set____db54di;
};
protoOf(DispatcherImpl).z8 = function () {
return this.o7_1;
protoOf(DispatcherImpl).f9 = function () {
return this.u7_1;
};
protoOf(DispatcherImpl).a9 = function () {
return this.x7_1;
protoOf(DispatcherImpl).g9 = function () {
return this.d8_1;
};
protoOf(DispatcherImpl).b9 = function () {
return this.y7_1;
protoOf(DispatcherImpl).h9 = function () {
return this.e8_1;
};
protoOf(DispatcherImpl).c9 = function () {
return this.z7_1;
protoOf(DispatcherImpl).i9 = function () {
return this.f8_1;
};

@@ -716,28 +780,28 @@ protoOf(DispatcherImpl).init = function (local, remote, timers) {

};
protoOf(DispatcherImpl).o8 = function () {
this.t7_1.a7(['ticking', 'syncInFlight ' + this.a8_1, 'asyncQueue.size ' + this.y7_1.r5_1, 'syncQueue.size ' + this.x7_1.r5_1, 'speculativeQueue.size ' + this.z7_1.r5_1]);
if ((!_get_local__en0sai(this).isReady() ? !_get_remote__f6fj3v(this).isReady() : false) ? !(this.x7_1.t() ? this.y7_1.t() : false) : false) {
this.t7_1.d9(['ticking with events and no runtime, deferring...']);
protoOf(DispatcherImpl).u8 = function () {
this.z7_1.i7(['ticking', 'syncInFlight ' + this.g8_1, 'asyncQueue.size ' + this.e8_1.x5_1, 'syncQueue.size ' + this.d8_1.x5_1, 'speculativeQueue.size ' + this.f8_1.x5_1]);
if ((!_get_local__en0sai(this).isReady() ? !_get_remote__f6fj3v(this).isReady() : false) ? !(this.d8_1.t() ? this.e8_1.t() : false) : false) {
this.z7_1.j9(['ticking with events and no runtime, deferring...']);
return Unit_instance;
}
if (!this.a8_1) {
var batch = _get_assembler__abkpkh(this).y6(this.x7_1, Mode_SYNC_getInstance());
if (!this.g8_1) {
var batch = _get_assembler__abkpkh(this).g7(this.d8_1, Mode_SYNC_getInstance());
processBatch(this, batch, Mode_SYNC_getInstance());
} else if (this.k8_1) {
var batch_0 = _get_assembler__abkpkh(this).y6(this.z7_1, Mode_SPEC_getInstance());
} else if (this.q8_1) {
var batch_0 = _get_assembler__abkpkh(this).g7(this.f8_1, Mode_SPEC_getInstance());
processBatch(this, batch_0, Mode_SPEC_getInstance());
}
if (!this.y7_1.t()) {
while (!this.y7_1.t()) {
var batch_1 = _get_assembler__abkpkh(this).y6(this.y7_1, Mode_ASYNC_getInstance());
if (!this.e8_1.t()) {
while (!this.e8_1.t()) {
var batch_1 = _get_assembler__abkpkh(this).g7(this.e8_1, Mode_ASYNC_getInstance());
processBatch(this, batch_1, Mode_ASYNC_getInstance());
}
this.o8();
this.u8();
}
};
protoOf(DispatcherImpl).v8 = function (events, fromMode) {
protoOf(DispatcherImpl).b9 = function (events, fromMode) {
if (events.t() ? true : fromMode.equals(Mode_SPEC_getInstance())) {
return Unit_instance;
}
this.t7_1.a7(['replaying ' + events.q() + ' events']);
this.z7_1.i7(['replaying ' + events.q() + ' events']);
verboseLog(this, events);

@@ -768,9 +832,9 @@ // Inline function 'kotlin.collections.groupBy' call

var tmp0_elvis_lhs = grouped.r1(new Pair(true, true));
this.y7_1.y5(0, tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs);
this.e8_1.e6(0, tmp0_elvis_lhs == null ? emptyList() : tmp0_elvis_lhs);
var tmp1_elvis_lhs = grouped.r1(new Pair(true, false));
this.y7_1.p(tmp1_elvis_lhs == null ? emptyList() : tmp1_elvis_lhs);
this.e8_1.p(tmp1_elvis_lhs == null ? emptyList() : tmp1_elvis_lhs);
var tmp2_elvis_lhs = grouped.r1(new Pair(false, true));
this.x7_1.y5(0, tmp2_elvis_lhs == null ? emptyList() : tmp2_elvis_lhs);
this.d8_1.e6(0, tmp2_elvis_lhs == null ? emptyList() : tmp2_elvis_lhs);
var tmp3_elvis_lhs = grouped.r1(new Pair(false, false));
this.x7_1.p(tmp3_elvis_lhs == null ? emptyList() : tmp3_elvis_lhs);
this.d8_1.p(tmp3_elvis_lhs == null ? emptyList() : tmp3_elvis_lhs);
};

@@ -784,8 +848,8 @@ protoOf(DispatcherImpl).submit = function (events) {

protoOf(DispatcherImpl).snapshot = function () {
var tmp = this.q7_1.clone(this.state);
var tmp = this.w7_1.clone(this.state);
// Inline function 'kotlin.collections.toTypedArray' call
var this_0 = this.x7_1;
var this_0 = this.d8_1;
var tmp_0 = copyToArray(this_0);
// Inline function 'kotlin.collections.toTypedArray' call
var this_1 = this.y7_1;
var this_1 = this.e8_1;
var tmp$ret$1 = copyToArray(this_1);

@@ -807,31 +871,31 @@ return new DispatcherSnapshot(tmp, tmp_0, tmp$ret$1, _get_local__en0sai(this).snapshot(), _get_remote__f6fj3v(this).snapshot(), _get_timers__g2d3wd(this).list());

function EmptyOptions() {
this.e9_1 = new NoOpLogger();
this.k9_1 = new NoOpLogger();
var tmp = this;
tmp.f9_1 = EmptyOptions$errorHandler$lambda;
this.g9_1 = Disabled_instance;
this.h9_1 = new NoOpPerformanceAnalyticsDelegate();
tmp.l9_1 = EmptyOptions$errorHandler$lambda;
this.m9_1 = Disabled_instance;
this.n9_1 = new NoOpPerformanceAnalyticsDelegate();
}
protoOf(EmptyOptions).i9 = function (_set____db54di) {
this.e9_1 = _set____db54di;
protoOf(EmptyOptions).o9 = function (_set____db54di) {
this.k9_1 = _set____db54di;
};
protoOf(EmptyOptions).j9 = function () {
return this.e9_1;
protoOf(EmptyOptions).p9 = function () {
return this.k9_1;
};
protoOf(EmptyOptions).k9 = function (_set____db54di) {
this.f9_1 = _set____db54di;
protoOf(EmptyOptions).q9 = function (_set____db54di) {
this.l9_1 = _set____db54di;
};
protoOf(EmptyOptions).l9 = function () {
return this.f9_1;
protoOf(EmptyOptions).r9 = function () {
return this.l9_1;
};
protoOf(EmptyOptions).m9 = function (_set____db54di) {
this.g9_1 = _set____db54di;
protoOf(EmptyOptions).s9 = function (_set____db54di) {
this.m9_1 = _set____db54di;
};
protoOf(EmptyOptions).n9 = function () {
return this.g9_1;
protoOf(EmptyOptions).t9 = function () {
return this.m9_1;
};
protoOf(EmptyOptions).o9 = function (_set____db54di) {
this.h9_1 = _set____db54di;
protoOf(EmptyOptions).u9 = function (_set____db54di) {
this.n9_1 = _set____db54di;
};
protoOf(EmptyOptions).p9 = function () {
return this.h9_1;
protoOf(EmptyOptions).v9 = function () {
return this.n9_1;
};

@@ -846,39 +910,39 @@ function DispatcherSnapshot(state, syncQueue, asyncQueue, localSnapshot, remoteSnapshot, timerSnapshot) {

}
protoOf(DispatcherSnapshot).z8 = function () {
protoOf(DispatcherSnapshot).f9 = function () {
return this.state;
};
protoOf(DispatcherSnapshot).a9 = function () {
protoOf(DispatcherSnapshot).g9 = function () {
return this.syncQueue;
};
protoOf(DispatcherSnapshot).b9 = function () {
protoOf(DispatcherSnapshot).h9 = function () {
return this.asyncQueue;
};
protoOf(DispatcherSnapshot).q9 = function () {
protoOf(DispatcherSnapshot).w9 = function () {
return this.localSnapshot;
};
protoOf(DispatcherSnapshot).r9 = function () {
protoOf(DispatcherSnapshot).x9 = function () {
return this.remoteSnapshot;
};
protoOf(DispatcherSnapshot).s9 = function () {
protoOf(DispatcherSnapshot).y9 = function () {
return this.timerSnapshot;
};
protoOf(DispatcherSnapshot).g7 = function () {
protoOf(DispatcherSnapshot).c7 = function () {
return this.state;
};
protoOf(DispatcherSnapshot).h7 = function () {
protoOf(DispatcherSnapshot).d7 = function () {
return this.syncQueue;
};
protoOf(DispatcherSnapshot).i7 = function () {
protoOf(DispatcherSnapshot).o7 = function () {
return this.asyncQueue;
};
protoOf(DispatcherSnapshot).t9 = function () {
protoOf(DispatcherSnapshot).z9 = function () {
return this.localSnapshot;
};
protoOf(DispatcherSnapshot).u9 = function () {
protoOf(DispatcherSnapshot).aa = function () {
return this.remoteSnapshot;
};
protoOf(DispatcherSnapshot).v9 = function () {
protoOf(DispatcherSnapshot).ba = function () {
return this.timerSnapshot;
};
protoOf(DispatcherSnapshot).w9 = function (state, syncQueue, asyncQueue, localSnapshot, remoteSnapshot, timerSnapshot) {
protoOf(DispatcherSnapshot).ca = function (state, syncQueue, asyncQueue, localSnapshot, remoteSnapshot, timerSnapshot) {
return new DispatcherSnapshot(state, syncQueue, asyncQueue, localSnapshot, remoteSnapshot, timerSnapshot);

@@ -893,3 +957,3 @@ };

timerSnapshot = timerSnapshot === VOID ? this.timerSnapshot : timerSnapshot;
return this.w9(state, syncQueue, asyncQueue, localSnapshot, remoteSnapshot, timerSnapshot);
return this.ca(state, syncQueue, asyncQueue, localSnapshot, remoteSnapshot, timerSnapshot);
};

@@ -975,37 +1039,2 @@ protoOf(DispatcherSnapshot).toString = function () {

}
function LocalEventsDeduper(isLocalRuntimeReady, logger) {
this.z9_1 = isLocalRuntimeReady;
this.aa_1 = logger;
}
protoOf(LocalEventsDeduper).x8 = function (events) {
var tmp;
if (this.z9_1()) {
tmp = events;
} else {
// Inline function 'kotlin.collections.partition' call
var first = ArrayList_init_$Create$();
var second = ArrayList_init_$Create$();
var tmp0_iterator = events.l();
while (tmp0_iterator.m()) {
var element = tmp0_iterator.o();
// Inline function 'net.devvit.LocalEventsDeduper.dedupe.<anonymous>' call
if (!element.scope.equals(EventScope_LOCAL_getInstance())) {
first.i(element);
} else {
second.i(element);
}
}
var results = new Pair(first, second);
// Inline function 'kotlin.collections.isNotEmpty' call
if (!results.v6_1.t()) {
// Inline function 'kotlin.arrayOf' call
// Inline function 'kotlin.js.unsafeCast' call
// Inline function 'kotlin.js.asDynamic' call
var tmp$ret$5 = ['Dropping ' + results.v6_1.q() + ' local events', results.v6_1];
this.aa_1.a7([tmp$ret$5]);
}
tmp = results.u6_1;
}
return tmp;
};
function NoOpUnsubscriber() {

@@ -1023,6 +1052,6 @@ }

}
protoOf(BaseTrace).ba = function () {
protoOf(BaseTrace).fa = function () {
return this.spanName;
};
protoOf(BaseTrace).ca = function () {
protoOf(BaseTrace).ga = function () {
return this.durationMs;

@@ -1035,9 +1064,9 @@ };

}
protoOf(ErrorInfo).l5 = function () {
protoOf(ErrorInfo).r5 = function () {
return this.message;
};
protoOf(ErrorInfo).da = function () {
protoOf(ErrorInfo).ha = function () {
return this.origin;
};
protoOf(ErrorInfo).ea = function () {
protoOf(ErrorInfo).ia = function () {
return this.version;

@@ -1054,3 +1083,3 @@ };

function logRuntimeTrace(delegate, span, isRemote, intent, eventCount) {
delegate.logRuntimeTrace(new RuntimeTrace(span.r8_1, span.w8().toString(), intent, getRuntimeTarget(isRemote), eventCount));
delegate.logRuntimeTrace(new RuntimeTrace(span.x8_1, span.c9().toString(), intent, getRuntimeTarget(isRemote), eventCount));
}

@@ -1069,24 +1098,24 @@ function logRuntimeError(delegate, message, isRemote, version) {

}
protoOf(RuntimeTrace).fa = function () {
protoOf(RuntimeTrace).ja = function () {
return this.intent;
};
protoOf(RuntimeTrace).ga = function () {
protoOf(RuntimeTrace).ka = function () {
return this.target;
};
protoOf(RuntimeTrace).ha = function () {
protoOf(RuntimeTrace).la = function () {
return this.eventCount;
};
function Disabled() {
this.ia_1 = false;
this.ja_1 = false;
this.ka_1 = false;
this.ma_1 = false;
this.na_1 = false;
this.oa_1 = false;
}
protoOf(Disabled).la = function () {
return this.ia_1;
protoOf(Disabled).pa = function () {
return this.ma_1;
};
protoOf(Disabled).ma = function () {
return this.ja_1;
protoOf(Disabled).qa = function () {
return this.na_1;
};
protoOf(Disabled).na = function () {
return this.ka_1;
protoOf(Disabled).ra = function () {
return this.oa_1;
};

@@ -1098,24 +1127,24 @@ var Disabled_instance;

function NiceLogger(logger) {
this.z6_1 = logger;
this.h7_1 = logger;
}
protoOf(NiceLogger).n8 = function (messages) {
protoOf(NiceLogger).t8 = function (messages) {
// Inline function 'kotlin.arrayOf' call
// Inline function 'kotlin.js.unsafeCast' call
// Inline function 'kotlin.js.asDynamic' call
var tmp$ret$2 = arrayConcat([[this.z6_1.tag()], messages]);
this.z6_1.error(tmp$ret$2);
var tmp$ret$2 = arrayConcat([[this.h7_1.tag()], messages]);
this.h7_1.error(tmp$ret$2);
};
protoOf(NiceLogger).d9 = function (messages) {
protoOf(NiceLogger).j9 = function (messages) {
// Inline function 'kotlin.arrayOf' call
// Inline function 'kotlin.js.unsafeCast' call
// Inline function 'kotlin.js.asDynamic' call
var tmp$ret$2 = arrayConcat([[this.z6_1.tag()], messages]);
this.z6_1.warn(tmp$ret$2);
var tmp$ret$2 = arrayConcat([[this.h7_1.tag()], messages]);
this.h7_1.warn(tmp$ret$2);
};
protoOf(NiceLogger).a7 = function (messages) {
protoOf(NiceLogger).i7 = function (messages) {
// Inline function 'kotlin.arrayOf' call
// Inline function 'kotlin.js.unsafeCast' call
// Inline function 'kotlin.js.asDynamic' call
var tmp$ret$2 = arrayConcat([[this.z6_1.tag()], messages]);
this.z6_1.debug(tmp$ret$2);
var tmp$ret$2 = arrayConcat([[this.h7_1.tag()], messages]);
this.h7_1.debug(tmp$ret$2);
};

@@ -1135,2 +1164,86 @@ function NoOpLogger() {

};
function IntervalEventDeduper(eventWithHookExistInQueue) {
this.sa_1 = eventWithHookExistInQueue;
}
protoOf(IntervalEventDeduper).d9 = function (events) {
// Inline function 'kotlin.collections.partition' call
var first = ArrayList_init_$Create$();
var second = ArrayList_init_$Create$();
var tmp0_iterator = events.l();
while (tmp0_iterator.m()) {
var element = tmp0_iterator.o();
// Inline function 'net.devvit.event.IntervalEventDeduper.dedupe.<anonymous>' call
var tmp0_safe_receiver = element.hook;
if ((tmp0_safe_receiver == null ? null : contains(tmp0_safe_receiver, 'useInterval')) === true) {
first.i(element);
} else {
second.i(element);
}
}
var tmp0_container = new Pair(first, second);
var intervalEvents = tmp0_container.c7();
var nonIntervalEvents = tmp0_container.d7();
// Inline function 'kotlin.collections.distinctBy' call
var set = HashSet_init_$Create$();
var list = ArrayList_init_$Create$();
var tmp0_iterator_0 = intervalEvents.l();
while (tmp0_iterator_0.m()) {
var e = tmp0_iterator_0.o();
// Inline function 'net.devvit.event.IntervalEventDeduper.dedupe.<anonymous>' call
var key = e.hook;
if (set.i(key)) {
list.i(e);
}
}
var uniqueIntervalEvents = list;
// Inline function 'kotlin.collections.filter' call
// Inline function 'kotlin.collections.filterTo' call
var destination = ArrayList_init_$Create$();
var tmp0_iterator_1 = uniqueIntervalEvents.l();
while (tmp0_iterator_1.m()) {
var element_0 = tmp0_iterator_1.o();
// Inline function 'net.devvit.event.IntervalEventDeduper.dedupe.<anonymous>' call
var tmp0_elvis_lhs = element_0.hook;
if (!this.sa_1(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs)) {
destination.i(element_0);
}
}
var filteredIntervalEvents = destination;
return plus(filteredIntervalEvents, nonIntervalEvents);
};
function LocalEventsDeduper(isLocalRuntimeReady, logger) {
this.ta_1 = isLocalRuntimeReady;
this.ua_1 = logger;
}
protoOf(LocalEventsDeduper).d9 = function (events) {
var tmp;
if (this.ta_1()) {
tmp = events;
} else {
// Inline function 'kotlin.collections.partition' call
var first = ArrayList_init_$Create$();
var second = ArrayList_init_$Create$();
var tmp0_iterator = events.l();
while (tmp0_iterator.m()) {
var element = tmp0_iterator.o();
// Inline function 'net.devvit.event.LocalEventsDeduper.dedupe.<anonymous>' call
if (!element.scope.equals(EventScope_LOCAL_getInstance())) {
first.i(element);
} else {
second.i(element);
}
}
var results = new Pair(first, second);
// Inline function 'kotlin.collections.isNotEmpty' call
if (!results.b7_1.t()) {
// Inline function 'kotlin.arrayOf' call
// Inline function 'kotlin.js.unsafeCast' call
// Inline function 'kotlin.js.asDynamic' call
var tmp$ret$5 = ['Dropping ' + results.b7_1.q() + ' local events', results.b7_1];
this.ua_1.i7([tmp$ret$5]);
}
tmp = results.a7_1;
}
return tmp;
};
function TimerDefinition(id, duration) {

@@ -1140,15 +1253,15 @@ this.id = id;

}
protoOf(TimerDefinition).oa = function () {
protoOf(TimerDefinition).va = function () {
return this.id;
};
protoOf(TimerDefinition).pa = function () {
protoOf(TimerDefinition).wa = function () {
return this.duration;
};
protoOf(TimerDefinition).g7 = function () {
protoOf(TimerDefinition).c7 = function () {
return this.id;
};
protoOf(TimerDefinition).h7 = function () {
protoOf(TimerDefinition).d7 = function () {
return this.duration;
};
protoOf(TimerDefinition).qa = function (id, duration) {
protoOf(TimerDefinition).xa = function (id, duration) {
return new TimerDefinition(id, duration);

@@ -1159,3 +1272,3 @@ };

duration = duration === VOID ? this.duration : duration;
return this.qa(id, duration);
return this.xa(id, duration);
};

@@ -1183,15 +1296,15 @@ protoOf(TimerDefinition).toString = function () {

function Span(name, start) {
this.r8_1 = name;
this.s8_1 = start;
this.t8_1 = new Long(0, 0);
this.x8_1 = name;
this.y8_1 = start;
this.z8_1 = new Long(0, 0);
}
protoOf(Span).u8 = function () {
this.t8_1 = epochMillis();
protoOf(Span).a9 = function () {
this.z8_1 = epochMillis();
};
protoOf(Span).w8 = function () {
return this.t8_1.g5(this.s8_1);
protoOf(Span).c9 = function () {
return this.z8_1.m5(this.y8_1);
};
function Tracer() {
}
protoOf(Tracer).m8 = function (name) {
protoOf(Tracer).s8 = function (name) {
return new Span(name, epochMillis());

@@ -1207,15 +1320,15 @@ };

DispatcherImpl.call(this, state, new JsRequestBuilderAdapter(requestBuilder), new JsonStateOperations(), method, options);
this.ob_1 = method;
this.pb_1 = options;
this.vb_1 = method;
this.wb_1 = options;
}
function JsRequestBuilderAdapter(jsRequestBuilder) {
this.qb_1 = jsRequestBuilder;
this.xb_1 = jsRequestBuilder;
}
protoOf(JsRequestBuilderAdapter).rb = function (state, events) {
protoOf(JsRequestBuilderAdapter).yb = function (state, events) {
// Inline function 'kotlin.collections.toTypedArray' call
var tmp$ret$0 = copyToArray(events);
return this.qb_1.build(state, tmp$ret$0);
return this.xb_1.build(state, tmp$ret$0);
};
protoOf(JsRequestBuilderAdapter).l8 = function (state, events) {
return this.rb((!(state == null) ? !(state == null) : false) ? state : THROW_CCE(), events);
protoOf(JsRequestBuilderAdapter).r8 = function (state, events) {
return this.yb((!(state == null) ? !(state == null) : false) ? state : THROW_CCE(), events);
};

@@ -1253,3 +1366,3 @@ function entriesOf(jsObject) {

// Inline function 'net.devvit.JsonStateOperations.merge.<anonymous>' call
result[element.u6_1] = element.v6_1;
result[element.a7_1] = element.b7_1;
}

@@ -1261,3 +1374,3 @@ // Inline function 'kotlin.collections.forEach' call

// Inline function 'net.devvit.JsonStateOperations.merge.<anonymous>' call
result[element_0.u6_1] = element_0.v6_1;
result[element_0.a7_1] = element_0.b7_1;
}

@@ -1270,44 +1383,44 @@ return result;

//region block: post-declaration
defineProp(protoOf(Mode), 'name', protoOf(Mode).r4);
defineProp(protoOf(Mode), 'ordinal', protoOf(Mode).s4);
defineProp(protoOf(Mode), 'name', protoOf(Mode).x4);
defineProp(protoOf(Mode), 'ordinal', protoOf(Mode).y4);
defineProp(protoOf(DispatcherImpl), 'state', function () {
return this.z8();
return this.f9();
}, function (value) {
this.y8(value);
this.e9(value);
});
defineProp(protoOf(EmptyOptions), 'logger', function () {
return this.j9();
return this.p9();
}, function (value) {
this.i9(value);
this.o9(value);
});
defineProp(protoOf(EmptyOptions), 'errorHandler', function () {
return this.l9();
return this.r9();
}, function (value) {
this.k9(value);
this.q9(value);
});
defineProp(protoOf(EmptyOptions), 'featureFlags', function () {
return this.n9();
return this.t9();
}, function (value) {
this.m9(value);
this.s9(value);
});
defineProp(protoOf(EmptyOptions), 'performanceAnalyticsDelegate', function () {
return this.p9();
return this.v9();
}, function (value) {
this.o9(value);
this.u9(value);
});
defineProp(protoOf(EventScope), 'name', protoOf(EventScope).r4);
defineProp(protoOf(EventScope), 'ordinal', protoOf(EventScope).s4);
defineProp(protoOf(EventScope), 'name', protoOf(EventScope).x4);
defineProp(protoOf(EventScope), 'ordinal', protoOf(EventScope).y4);
defineProp(protoOf(Disabled), 'isSpeculativeExecutionEnabled', function () {
return this.la();
return this.pa();
});
defineProp(protoOf(Disabled), 'isVerboseLoggingEnabled', function () {
return this.ma();
return this.qa();
});
defineProp(protoOf(Disabled), 'isUsingEverythingAssembler', function () {
return this.na();
return this.ra();
});
defineProp(protoOf(JsDispatcherImpl), 'state', function () {
return this.z8();
return this.f9();
}, function (value) {
this.y8(value);
this.e9(value);
});

@@ -1314,0 +1427,0 @@ //endregion

{
"name": "@devvit/multiplatform",
"version": "0.0.1-20241105-84d9d76f",
"version": "0.0.1-20241119-bd8b7759",
"main": "kotlin/ui-shared-shared.mjs",

@@ -5,0 +5,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc