Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
Showing only changes of commit 7ec7ade171 - Show all commits

View File

@ -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;