Home | History | Annotate | Download | only in src

Lines Matching full:jsvalue

57 //         - JSValue
722 V(JSValue) \
827 // Returns true if this is a JSValue containing a string and the index is
4840 class JSValue: public JSObject {
4846 static inline JSValue* cast(Object* obj);
4864 DISALLOW_IMPLICIT_CONSTRUCTORS(JSValue);