Home | History | Annotate | Download | only in include

Lines Matching refs:NumberObject

87 class NumberObject;
1808 class NumberObject : public Object {
1817 static inline NumberObject* Cast(v8::Value* obj);
4230 NumberObject* NumberObject::Cast(v8::Value* value) {
4234 return static_cast<NumberObject*>(value);