Binaryen.TS
Preparing search index...
binaryen.ts
expressions
TableGet
Class TableGet
Hierarchy (
View Summary
)
Expression
TableGet
Index
Constructors
constructor
Properties
_
ptr
Accessors
id
index
table
type
Methods
finalize
to
Text
value
Of
Constructors
constructor
new
TableGet
(
expr
:
number
)
:
TableGet
Parameters
expr
:
number
Returns
TableGet
Properties
Protected
Readonly
_
ptr
_ptr
:
number
The underlying C-API pointer of the wrapped expression.
Accessors
id
get
id
()
:
ExpressionId
Returns
ExpressionId
index
get
index
()
:
number
Returns
number
set
index
(
index
:
number
)
:
void
Parameters
index
:
number
Returns
void
table
get
table
()
:
string
Returns
string
set
table
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
type
get
type
()
:
number
Returns
number
set
type
(
typ
:
number
)
:
void
Parameters
typ
:
number
Returns
void
Methods
finalize
finalize
()
:
void
Returns
void
to
Text
toText
()
:
string
Returns
string
value
Of
valueOf
()
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
ptr
Accessors
id
index
table
type
Methods
finalize
to
Text
value
Of
Binaryen.TS
Loading...
The underlying C-API pointer of the wrapped expression.