Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dfunction.c858 static const function_vtbl_t BindFunctionVtbl = { variable
870 …hres = create_function(ctx, NULL, &BindFunctionVtbl, FIELD_OFFSET(BindFunction, args[argc]), PROPF… in create_bind_function()