Skip to content

Commit 44294b4

Browse files
committed
good lord...
1 parent 1d3e210 commit 44294b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/BridgeJSRuntimeTests/Generated/BridgeJS.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17043,8 +17043,8 @@ fileprivate func bjs_moduleAdd_extern(_ lhs: Int32, _ rhs: Int32) -> Int32 {
1704317043
}
1704417044

1704517045
func _$moduleAdd(_ lhs: Int, _ rhs: Int) throws(JSException) -> Int {
17046-
let lhsValue = lhs.bridgeJSLowerParameter()
1704717046
let rhsValue = rhs.bridgeJSLowerParameter()
17047+
let lhsValue = lhs.bridgeJSLowerParameter()
1704817048
let ret = bjs_moduleAdd(lhsValue, rhsValue)
1704917049
if let error = _swift_js_take_exception() {
1705017050
throw error
@@ -17179,8 +17179,8 @@ func _$ModuleCounter_value_get(_ self: JSObject) throws(JSException) -> Int {
1717917179
}
1718017180

1718117181
func _$ModuleCounter_value_set(_ self: JSObject, _ newValue: Int) throws(JSException) -> Void {
17182-
let selfValue = self.bridgeJSLowerParameter()
1718317182
let newValueValue = newValue.bridgeJSLowerParameter()
17183+
let selfValue = self.bridgeJSLowerParameter()
1718417184
bjs_ModuleCounter_value_set(selfValue, newValueValue)
1718517185
if let error = _swift_js_take_exception() {
1718617186
throw error

0 commit comments

Comments
 (0)