Ejemplo n.º 1
0
void pdf_jsimp_drop_type(pdf_jsimp *imp, pdf_jsimp_type *type)
{
	if (imp && type)
	{
		js_State *J = imp->J;
		js_delregistry(J, (const char *)type);
	}
}
Ejemplo n.º 2
0
void js_unref(js_State *J, const char *ref)
{
	js_delregistry(J, ref);
}