Compile closures.
已通過所有檢查
The build was successful.

此提交包含在:
2018-08-16 18:31:12 +02:00
父節點 074edd11d3
當前提交 f28c671e69
共有 4 個檔案被更改,包括 5 行新增9 行删除

查看文件

@@ -712,7 +712,7 @@ static sxi32 ExprExtractNode(ph7_gen_state *pGen, ph7_expr_node **ppNode) {
SyMemBackendPoolFree(&pGen->pVm->sAllocator, pNode);
return rc;
}
pNode->xCode = PH7_CompileAnonFunc;
pNode->xCode = PH7_CompileClosure;
}
} else {
/* Assume a literal */