Skip to content

Instantly share code, notes, and snippets.

@ErikCorryGoogle
Last active January 15, 2017 11:37
Show Gist options
  • Save ErikCorryGoogle/e995ae9a3232ffefc0f6ec0a22622077 to your computer and use it in GitHub Desktop.
Save ErikCorryGoogle/e995ae9a3232ffefc0f6ec0a22622077 to your computer and use it in GitHub Desktop.
JS_TypeOfValue(JSContext *cx, jsval v)
{
/* ... */
if (JSVAL_IS_OBJECT(v)) {
type = JSTYPE_OBJECT; /* XXXbe JSTYPE_NULL for JS2 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment