Home | History | Annotate | Download | only in src

Lines Matching refs:NumberObject

2476 void v8::NumberObject::CheckCast(v8::Value* that) {
2478 if (IsDeadCheck(isolate, "v8::NumberObject::Cast()")) return;
2481 "v8::NumberObject::Cast()",
2482 "Could not convert to NumberObject");
4806 Local<v8::Value> v8::NumberObject::New(double value) {
4808 EnsureInitializedForIsolate(isolate, "v8::NumberObject::New()");
4809 LOG_API(isolate, "NumberObject::New");
4817 double v8::NumberObject::NumberValue() const {
4819 if (IsDeadCheck(isolate, "v8::NumberObject::NumberValue()")) return 0;
4820 LOG_API(isolate, "NumberObject::NumberValue");