Home
last modified time | relevance | path

Searched refs:is_null_bstr (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Djsstr.h188 BOOL is_null_bstr(jsstr_t*) DECLSPEC_HIDDEN;
H A Djsstr.c303 BOOL is_null_bstr(jsstr_t *str) in is_null_bstr() function
H A Djsutils.c366 if(is_null_bstr(str)) { in jsval_to_variant()
943 if(is_null_bstr(str)) { in variant_change_type()