2018-04-05 02:23:03 +02:00
|
|
|
(module
|
2019-03-01 00:01:23 +01:00
|
|
|
(type $FUNCSIG$ii (func (param i32) (result i32)))
|
|
|
|
(type $FUNCSIG$iiii (func (param i32 i32 i32) (result i32)))
|
|
|
|
(type $FUNCSIG$viiii (func (param i32 i32 i32 i32)))
|
|
|
|
(type $FUNCSIG$iiiiii (func (param i32 i32 i32 i32 i32) (result i32)))
|
|
|
|
(type $FUNCSIG$v (func))
|
2018-11-08 08:04:24 +01:00
|
|
|
(import "env" "abort" (func $~lib/env/abort (param i32 i32 i32 i32)))
|
2018-10-11 08:49:08 +02:00
|
|
|
(memory $0 1)
|
2019-03-17 12:25:54 +01:00
|
|
|
(data (i32.const 8) "\01\00\00\00\00\00\00\00")
|
|
|
|
(data (i32.const 16) "\01\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00")
|
|
|
|
(data (i32.const 56) "\01\00\00\00\08\00\00\00n\00u\00l\00l\00")
|
2019-02-05 17:12:10 +01:00
|
|
|
(table $0 1 funcref)
|
2018-10-11 08:49:08 +02:00
|
|
|
(elem (i32.const 0) $null)
|
2019-03-17 12:25:54 +01:00
|
|
|
(global $~lib/runtime/GC_IMPLEMENTED i32 (i32.const 0))
|
|
|
|
(global $~lib/runtime/HEADER_SIZE i32 (i32.const 8))
|
|
|
|
(global $~lib/runtime/HEADER_MAGIC i32 (i32.const -1520547049))
|
|
|
|
(global $~lib/memory/HEAP_BASE i32 (i32.const 72))
|
2018-07-18 23:49:32 +02:00
|
|
|
(export "memory" (memory $0))
|
2018-10-11 08:49:08 +02:00
|
|
|
(export "table" (table $0))
|
2018-04-05 02:23:03 +02:00
|
|
|
(export "i32ArrayArrayElementAccess" (func $std/array-access/i32ArrayArrayElementAccess))
|
|
|
|
(export "stringArrayPropertyAccess" (func $std/array-access/stringArrayPropertyAccess))
|
|
|
|
(export "stringArrayMethodCall" (func $std/array-access/stringArrayMethodCall))
|
|
|
|
(export "stringArrayArrayPropertyAccess" (func $std/array-access/stringArrayArrayPropertyAccess))
|
|
|
|
(export "stringArrayArrayMethodCall" (func $std/array-access/stringArrayArrayMethodCall))
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $std/array-access/i32ArrayArrayElementAccess (; 1 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
|
|
|
(local $1 i32)
|
2018-04-11 23:35:19 +02:00
|
|
|
(local $2 i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 0
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 2
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $2
|
2019-03-17 12:25:54 +01:00
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
|
|
|
i32.lt_u
|
|
|
|
select
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.load
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 1
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 2
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.lt_u
|
2019-03-17 12:25:54 +01:00
|
|
|
select
|
|
|
|
i32.load
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $~lib/string/String#get:length (; 2 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
global.get $~lib/runtime/HEADER_SIZE
|
|
|
|
i32.sub
|
|
|
|
i32.load offset=4
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 1
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.shr_u
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $std/array-access/stringArrayPropertyAccess (; 3 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
|
|
|
(local $1 i32)
|
2018-04-11 23:35:19 +02:00
|
|
|
(local $2 i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 0
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 2
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.lt_u
|
2019-03-17 12:25:54 +01:00
|
|
|
select
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.load
|
2019-03-17 12:25:54 +01:00
|
|
|
call $~lib/string/String#get:length
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $~lib/util/string/compareImpl (; 4 ;) (type $FUNCSIG$iiiiii) (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (result i32)
|
2018-07-25 17:25:53 +03:00
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $5
|
|
|
|
local.get $0
|
|
|
|
local.get $1
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 1
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $6
|
|
|
|
local.get $2
|
|
|
|
local.get $3
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 1
|
|
|
|
i32.shl
|
|
|
|
i32.add
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $7
|
2018-11-08 08:04:24 +01:00
|
|
|
block $break|0
|
|
|
|
loop $continue|0
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $4
|
2018-11-08 08:04:24 +01:00
|
|
|
if (result i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $6
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.load16_u
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $7
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.load16_u
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.sub
|
2019-02-05 17:12:10 +01:00
|
|
|
local.tee $5
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.eqz
|
|
|
|
else
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $4
|
2018-11-08 08:04:24 +01:00
|
|
|
end
|
|
|
|
if
|
|
|
|
block
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $4
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 1
|
|
|
|
i32.sub
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $4
|
|
|
|
local.get $6
|
2018-11-19 13:23:45 +02:00
|
|
|
i32.const 2
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.add
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $6
|
|
|
|
local.get $7
|
2018-11-19 13:23:45 +02:00
|
|
|
i32.const 2
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.add
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $7
|
2018-11-08 08:04:24 +01:00
|
|
|
end
|
|
|
|
br $continue|0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $5
|
2018-07-18 23:49:32 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $~lib/string/String#startsWith (; 5 ;) (type $FUNCSIG$iiii) (param $0 i32) (param $1 i32) (param $2 i32) (result i32)
|
2018-04-05 02:23:03 +02:00
|
|
|
(local $3 i32)
|
|
|
|
(local $4 i32)
|
|
|
|
(local $5 i32)
|
|
|
|
(local $6 i32)
|
|
|
|
(local $7 i32)
|
|
|
|
(local $8 i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
|
|
|
i32.ne
|
|
|
|
i32.eqz
|
|
|
|
if
|
|
|
|
i32.const 0
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.const 24
|
2019-03-18 00:40:55 +01:00
|
|
|
i32.const 161
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 4
|
|
|
|
call $~lib/env/abort
|
|
|
|
unreachable
|
|
|
|
end
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $1
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
|
|
|
i32.eq
|
|
|
|
if
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.const 64
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $1
|
2018-11-08 08:04:24 +01:00
|
|
|
end
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $2
|
|
|
|
local.set $3
|
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
call $~lib/string/String#get:length
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $4
|
|
|
|
local.get $3
|
|
|
|
local.tee $5
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
2019-02-05 17:12:10 +01:00
|
|
|
local.tee $6
|
|
|
|
local.get $5
|
|
|
|
local.get $6
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.gt_s
|
|
|
|
select
|
2019-02-05 17:12:10 +01:00
|
|
|
local.tee $5
|
|
|
|
local.get $4
|
|
|
|
local.tee $6
|
|
|
|
local.get $5
|
|
|
|
local.get $6
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.lt_s
|
|
|
|
select
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $7
|
|
|
|
local.get $1
|
2019-03-17 12:25:54 +01:00
|
|
|
call $~lib/string/String#get:length
|
2019-02-05 17:12:10 +01:00
|
|
|
local.set $8
|
|
|
|
local.get $8
|
|
|
|
local.get $7
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.add
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $4
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.gt_s
|
|
|
|
if
|
|
|
|
i32.const 0
|
|
|
|
return
|
|
|
|
end
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
|
|
|
local.get $7
|
|
|
|
local.get $1
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $8
|
2019-03-17 12:25:54 +01:00
|
|
|
call $~lib/util/string/compareImpl
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.eqz
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $std/array-access/stringArrayMethodCall (; 6 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
|
|
|
i32.lt_u
|
|
|
|
select
|
|
|
|
i32.load
|
|
|
|
i32.const 16
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
|
|
|
call $~lib/string/String#startsWith
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $std/array-access/stringArrayArrayPropertyAccess (; 7 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
|
|
|
(local $1 i32)
|
2018-04-11 23:35:19 +02:00
|
|
|
(local $2 i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 0
|
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $2
|
2019-03-17 12:25:54 +01:00
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
|
|
|
i32.lt_u
|
|
|
|
select
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.load
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
|
|
|
i32.const 1
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 2
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.lt_u
|
2019-03-17 12:25:54 +01:00
|
|
|
select
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.load
|
2019-03-17 12:25:54 +01:00
|
|
|
call $~lib/string/String#get:length
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $std/array-access/stringArrayArrayMethodCall (; 8 ;) (type $FUNCSIG$ii) (param $0 i32) (result i32)
|
|
|
|
(local $1 i32)
|
|
|
|
(local $2 i32)
|
2019-02-05 17:12:10 +01:00
|
|
|
local.get $0
|
2019-03-17 12:25:54 +01:00
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
|
|
|
i32.lt_u
|
|
|
|
select
|
|
|
|
i32.load
|
|
|
|
local.tee $1
|
|
|
|
i32.load offset=4
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 1
|
2019-03-17 12:25:54 +01:00
|
|
|
i32.const 2
|
|
|
|
i32.shl
|
|
|
|
local.tee $2
|
|
|
|
i32.add
|
|
|
|
i32.const -1
|
|
|
|
local.get $2
|
|
|
|
local.get $1
|
|
|
|
i32.load offset=8
|
|
|
|
i32.lt_u
|
|
|
|
select
|
|
|
|
i32.load
|
|
|
|
i32.const 16
|
2018-11-08 08:04:24 +01:00
|
|
|
i32.const 0
|
|
|
|
call $~lib/string/String#startsWith
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|
2019-03-17 12:25:54 +01:00
|
|
|
(func $null (; 9 ;) (type $FUNCSIG$v)
|
2018-09-17 01:48:35 +02:00
|
|
|
)
|
2018-04-05 02:23:03 +02:00
|
|
|
)
|