xo-interpreter2: + VsmApplyClosureFrame [WIP, not used]
This commit is contained in:
parent
fd0e5613dd
commit
eecc70d6eb
17 changed files with 410 additions and 12 deletions
|
|
@ -14,8 +14,9 @@ namespace xo {
|
|||
DVsmApplyFrame::DVsmApplyFrame(obj<AGCObject> old_parent,
|
||||
VsmInstr old_cont,
|
||||
DArray * args)
|
||||
: VsmFrame(old_parent, old_cont),
|
||||
args_{args}
|
||||
: parent_{old_parent},
|
||||
cont_{old_cont},
|
||||
args_{args}
|
||||
{}
|
||||
|
||||
DVsmApplyFrame *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue