Home | History | Annotate | Download | only in src

Lines Matching defs:IntegerValue

2540 int64_t Value::IntegerValue() const {
2547 if (IsDeadCheck(isolate, "v8::Value::IntegerValue()")) return 0;
2548 LOG_API(isolate, "IntegerValue");