Binaryen.TS
Preparing search index...
binaryen.ts
expressions
AtomicNotify
Class AtomicNotify
Hierarchy (
View Summary
)
Expression
AtomicNotify
Index
Constructors
constructor
Properties
_
ptr
Accessors
id
notify
Count
ptr
type
Methods
finalize
to
Text
value
Of
Constructors
constructor
new
AtomicNotify
(
expr
:
number
)
:
AtomicNotify
Parameters
expr
:
number
Returns
AtomicNotify
Properties
Protected
Readonly
_
ptr
_ptr
:
number
The underlying C-API pointer of the wrapped expression.
Accessors
id
get
id
()
:
ExpressionId
Returns
ExpressionId
notify
Count
get
notifyCount
()
:
number
Returns
number
set
notifyCount
(
notifyCountExpr
:
number
)
:
void
Parameters
notifyCountExpr
:
number
Returns
void
ptr
get
ptr
()
:
number
Returns
number
set
ptr
(
ptrExpr
:
number
)
:
void
Parameters
ptrExpr
:
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
id
notify
Count
ptr
type
Methods
finalize
to
Text
value
Of
Binaryen.TS
Loading...
The underlying C-API pointer of the wrapped expression.