Lines Matching refs:funcref
6 (table $t3 3 funcref)
19 (func $f3 (export "get-funcref") (param $i i32) (result funcref)
26 (func (export "is_null-funcref") (param $i i32) (result i32)
37 (assert_return (invoke "get-funcref" (i32.const 0)) (ref.null func))
38 (assert_return (invoke "is_null-funcref" (i32.const 1)) (i32.const 0))
39 (assert_return (invoke "is_null-funcref" (i32.const 2)) (i32.const 0))
44 (assert_trap (invoke "get-funcref" (i32.const 3)) "out of bounds table access")
47 (assert_trap (invoke "get-funcref" (i32.const -1)) "out of bounds table access")
84 (func $type-result-externref-vs-funcref (result funcref)
93 (table $t1 1 funcref)
95 (func $type-result-externref-vs-funcref-multi (result funcref)