Home | History | Annotate | Download | only in src

Lines Matching defs:ToInt32

2562 Local<Int32> Value::ToInt32() const {
2569 if (IsDeadCheck(isolate, "v8::Value::ToInt32()")) return Local<Int32>();
2570 LOG_API(isolate, "ToInt32");
2573 num = i::Execution::ToInt32(obj, &has_pending_exception);
2638 i::Execution::ToInt32(obj, &has_pending_exception);