search for: jstype_function

Displaying 1 result from an estimated 1 matches for "jstype_function".

2007 Sep 28
1
SwfDec in Windows
...if (obj && (ops = obj->map->ops, ops == &js_ObjectOps //***ERROR IN THIS LINE****/ ? (clasp = OBJ_GET_CLASS(cx, obj), clasp->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 =...