Home | History | Annotate | Download | only in src

Lines Matching defs:JSValue

78 //           - JSValue
1014 V(JSValue) \
1502 // Returns true if this is a JSValue containing a string and the index is
7242 class JSValue: public JSObject {
7248 static inline JSValue* cast(Object* obj);
7251 DECLARE_PRINTER(JSValue)
7252 DECLARE_VERIFIER(JSValue)
7259 DISALLOW_IMPLICIT_CONSTRUCTORS(JSValue);