Displaying 1 result from an estimated 1 matches for "jstype_boolean".
Did you mean:
g_type_boolean
2007 Sep 28
1
SwfDec in Windows
...v))
type = JSTYPE_FUNCTION;
else
#endif
type = JSTYPE_OBJECT;
}
} else if (JSVAL_IS_NUMBER(v)) {
type = JSTYPE_NUMBER;
} else if (JSVAL_IS_STRING(v)) {
type = JSTYPE_STRING;
} else if (JSVAL_IS_BOOLEAN(v)) {
type = JSTYPE_BOOLEAN;
} else {
type = JSTYPE_VOID;
}
return type;
}
In google I find
http://osdir.com/ml/gnu.mingw.user/2002-10/msg00556.html, but I`m
novice and when I tried copy the solution don`t work it.
Thank you for you help.
--
Att,
Helbert Dar?o Rico Lugo
SCJP 5.0
Alma Technologies
jhel...