Home | History | Annotate | Download | only in src

Lines Matching refs:IS_FUNCTION

86       if (IS_FUNCTION(y)) {
347 if (x == null || (!IS_OBJECT(x) && !IS_FUNCTION(x))) {
360 if (!IS_FUNCTION(F)) {
365 if (IS_NULL(V) || (!IS_OBJECT(V) && !IS_FUNCTION(V))) {
371 if (IS_NULL(O) || (!IS_OBJECT(O) && !IS_FUNCTION(O))) {
399 if (!IS_FUNCTION(delegate)) {
408 if (!IS_FUNCTION(delegate)) {
422 if (%_IsSmi(length) && length >= 0 && length < 0x800000 && IS_FUNCTION(this)) {
436 if (!IS_FUNCTION(this)) {
496 if (!IS_OBJECT(x) && !IS_FUNCTION(x)) return x;
601 if (!IS_OBJECT(x) && !IS_FUNCTION(x)) {
613 if (IS_FUNCTION(x.valueOf)) {
618 if (IS_FUNCTION(x.toString)) {
629 if (IS_FUNCTION(x.toString)) {
634 if (IS_FUNCTION(x.valueOf)) {