Typehinting merge #50

已合并
belliash 2019-04-17 11:27:52 +02:00 将 298 次代码提交从 typehinting合并至 master
仅显示提交 7ec7ade171 的更改 - 显示所有提交

查看文件

@@ -2529,7 +2529,7 @@ static sxi32 VmByteCodeExec(
pIdx = pTos;
pTos--;
}
if(pTos->iFlags & MEMOBJ_STRING) {
if(pTos->iFlags & MEMOBJ_STRING && (pTos->iFlags & MEMOBJ_HASHMAP) == 0) {
/* String access */
if(pIdx) {
sxu32 nOfft;