Home | History | Annotate | Download | only in src

Lines Matching defs:ToInteger

2375 Local<Integer> Value::ToInteger() const {
2382 if (IsDeadCheck(isolate, "v8::Value::ToInteger()")) return Local<Integer>();
2383 LOG_API(isolate, "ToInteger");
2386 num = i::Execution::ToInteger(obj, &has_pending_exception);
2551 num = i::Execution::ToInteger(obj, &has_pending_exception);
5309 return isolate->thread_id().ToInteger();