Displaying 1 result from an estimated 1 matches for "atomst".
Did you mean:
atoms
2007 Sep 28
1
SwfDec in Windows
...lasp->call || clasp == &js_FunctionClass)
: ops->call != NULL)) {
type = JSTYPE_FUNCTION;
} else {
#ifdef NARCISSUS
/* XXX suppress errors/exceptions */
OBJ_GET_PROPERTY(cx, obj,
(jsid)cx->runtime->atomState.callAtom,
&v);
if (JSVAL_IS_FUNCTION(cx, v))
type = JSTYPE_FUNCTION;
else
#endif
type = JSTYPE_OBJECT;
}
} else if (JSVAL_IS_NUMBER(v)) {
type = JSTYPE_NUMBER;
} else if (JSVAL_IS_STRING(...