Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dcompile.c134 static WCHAR *compiler_alloc_string(vbscode_t *vbscode, const WCHAR *str) in compiler_alloc_string() function
/reactos/dll/win32/jscript/
H A Dcompile.c161 static jsstr_t *compiler_alloc_string(compiler_ctx_t *ctx, const WCHAR *str) in compiler_alloc_string() function