Home | History | Annotate | Download | only in include

Lines Matching defs:ToInteger

1965   V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
1982 Local<Integer> ToInteger(Isolate* isolate) const);
1996 Local<Integer> ToInteger() const);
8322 Local<Integer> Value::ToInteger() const {
8323 return ToInteger(Isolate::GetCurrent()->GetCurrentContext())