-
rswindell authored
It's been determined that "null" is the better error return value for functions (for one, it's easier to to enqueue/dequeue). Eliminated unnecessary *rval = JSVAL_VOID assignments (this value is already initialized as such by the caller).
rswindell authoredIt's been determined that "null" is the better error return value for functions (for one, it's easier to to enqueue/dequeue). Eliminated unnecessary *rval = JSVAL_VOID assignments (this value is already initialized as such by the caller).
Loading