Home
last modified time | relevance | path

Searched defs:SET_ARG (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/jscript/
H A Dregexp.c334 #define SET_ARG(pc, arg) ((pc)[0] = (jsbytecode) ((arg) >> 8), \ macro
/reactos/dll/win32/vbscript/
H A Dregexp.c334 #define SET_ARG(pc, arg) ((pc)[0] = (jsbytecode) ((arg) >> 8), \ macro