Home
last modified time | relevance | path

Searched refs:nextpc (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.c2540 jsbytecode *nextpc, *testpc; in ExecuteREBytecode() local
2643 pc = nextpc; in ExecuteREBytecode()
2649 nextop = (REOp) *nextpc++; in ExecuteREBytecode()
2806 nextpc = pc + ARG_LEN; in ExecuteREBytecode()
2807 op = (REOp) *nextpc++; in ExecuteREBytecode()
2818 op = (REOp) *nextpc++; in ExecuteREBytecode()
2831 pc = nextpc; in ExecuteREBytecode()
2864 nextpc = pc + ARG_LEN; in ExecuteREBytecode()
2865 nextop = (REOp) *nextpc; in ExecuteREBytecode()
2868 nextpc++; in ExecuteREBytecode()
[all …]
/reactos/dll/win32/vbscript/
H A Dregexp.c2540 jsbytecode *nextpc, *testpc; in ExecuteREBytecode() local
2643 pc = nextpc; in ExecuteREBytecode()
2649 nextop = (REOp) *nextpc++; in ExecuteREBytecode()
2806 nextpc = pc + ARG_LEN; in ExecuteREBytecode()
2807 op = (REOp) *nextpc++; in ExecuteREBytecode()
2818 op = (REOp) *nextpc++; in ExecuteREBytecode()
2831 pc = nextpc; in ExecuteREBytecode()
2864 nextpc = pc + ARG_LEN; in ExecuteREBytecode()
2865 nextop = (REOp) *nextpc; in ExecuteREBytecode()
2868 nextpc++; in ExecuteREBytecode()
[all …]