mirror of
https://github.com/reactos/reactos.git
synced 2025-06-18 13:05:45 +00:00
[JSCRIPT] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
da0cd273de
commit
3e2d6582b7
31 changed files with 1860 additions and 1411 deletions
|
@ -647,12 +647,12 @@ HRESULT create_regexp(script_ctx_t *ctx, jsstr_t *src, DWORD flags, jsdisp_t **r
|
|||
const WCHAR *str;
|
||||
HRESULT hres;
|
||||
|
||||
TRACE("%s %x\n", debugstr_jsstr(src), flags);
|
||||
|
||||
str = jsstr_flatten(src);
|
||||
if(!str)
|
||||
return E_OUTOFMEMORY;
|
||||
|
||||
TRACE("%s %x\n", debugstr_wn(str, jsstr_length(src)), flags);
|
||||
|
||||
hres = alloc_regexp(ctx, NULL, ®exp);
|
||||
if(FAILED(hres))
|
||||
return hres;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue