Home | History | Annotate | Download | only in include

Lines Matching defs:ToInteger

2203   V8_WARN_UNUSED_RESULT MaybeLocal<Integer> ToInteger(
2220 Local<Integer> ToInteger(Isolate* isolate) const);
2234 Local<Integer> ToInteger() const);
9326 Local<Integer> Value::ToInteger() const {
9327 return ToInteger(Isolate::GetCurrent()->GetCurrentContext())