Home | History | Annotate | Download | only in include

Lines Matching refs:StringObject

104 class StringObject;
4530 class V8_EXPORT StringObject : public Object {
4536 V8_INLINE static StringObject* Cast(Value* obj);
9408 StringObject* StringObject::Cast(v8::Value* value) {
9412 return static_cast<StringObject*>(value);