Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Djscript.h341 } hint_t; typedef
343 HRESULT to_primitive(script_ctx_t*,jsval_t,jsval_t*, hint_t) DECLSPEC_HIDDEN;
H A Djsutils.c404 HRESULT to_primitive(script_ctx_t *ctx, jsval_t val, jsval_t *ret, hint_t hint) in to_primitive()