Binaryen.TS
Preparing search index...
binaryen.ts
expressions
If
Class If
Hierarchy (
View Summary
)
Expression
If
Index
Constructors
constructor
Properties
_
ptr
Accessors
condition
id
if
False
if
True
type
Methods
finalize
to
Text
value
Of
Constructors
constructor
new
If
(
expr
:
number
)
:
If
Parameters
expr
:
number
Returns
If
Properties
Protected
Readonly
_
ptr
_ptr
:
number
The underlying C-API pointer of the wrapped expression.
Accessors
condition
get
condition
()
:
number
Returns
number
set
condition
(
condExpr
:
number
)
:
void
Parameters
condExpr
:
number
Returns
void
id
get
id
()
:
ExpressionId
Returns
ExpressionId
if
False
get
ifFalse
()
:
number
Returns
number
set
ifFalse
(
ifFalseExpr
:
number
)
:
void
Parameters
ifFalseExpr
:
number
Returns
void
if
True
get
ifTrue
()
:
number
Returns
number
set
ifTrue
(
ifTrueExpr
:
number
)
:
void
Parameters
ifTrueExpr
:
number
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
condition
id
if
False
if
True
type
Methods
finalize
to
Text
value
Of
Binaryen.TS
Loading...
The underlying C-API pointer of the wrapped expression.