Asm class
テスト用バイトコードアセンブラ。
Constructors
- Asm()
Properties
Methods
-
build(
) → Uint8List -
getUrl2(
{int flags = 0}) → Asm -
gotoFrame(
int frame0) → Asm -
gotoLabel(
String label) → Asm -
iff(
int offset) → Asm -
jump(
int offset) → Asm -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
op(
int code) → Asm -
pushFloat(
double v) → Asm -
pushString(
String s) → Asm -
setTarget(
String path) → Asm -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited