The R Project SVN R

Rev

Rev 60841 | Rev 66344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60841 Rev 61810
Line 3295... Line 3295...
3295
     cmpIs(ISSYMBOL.OP, e, cb, cntxt))
3295
     cmpIs(ISSYMBOL.OP, e, cb, cntxt))
3296
setInlineHandler("is.null", function(e, cb, cntxt)
3296
setInlineHandler("is.null", function(e, cb, cntxt)
3297
    cmpIs(ISNULL.OP, e, cb, cntxt))
3297
    cmpIs(ISNULL.OP, e, cb, cntxt))
3298
setInlineHandler("is.object", function(e, cb, cntxt)
3298
setInlineHandler("is.object", function(e, cb, cntxt)
3299
    cmpIs(ISOBJECT.OP, e, cb, cntxt))
3299
    cmpIs(ISOBJECT.OP, e, cb, cntxt))
3300
setInlineHandler("is.real", function(e, cb, cntxt)
-
 
3301
    cmpIs(ISDOUBLE.OP, e, cb, cntxt))
-
 
3302
setInlineHandler("is.symbol", function(e, cb, cntxt)
3300
setInlineHandler("is.symbol", function(e, cb, cntxt)
3303
    cmpIs(ISSYMBOL.OP, e, cb, cntxt))
3301
    cmpIs(ISSYMBOL.OP, e, cb, cntxt))
3304
@ %def
3302
@ %def
3305
 
3303
 
3306
At present [[is.numeric]], [[is.matrix]], and [[is.array]] do internal
3304
At present [[is.numeric]], [[is.matrix]], and [[is.array]] do internal