Home | History | Annotate | Download | only in include

Lines Matching defs:ToUint32

1967   V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32(
1984 Local<Uint32> ToUint32(Isolate* isolate) const);
1997 inline V8_DEPRECATED("Use maybe version", Local<Uint32> ToUint32() const);
8328 Local<Uint32> Value::ToUint32() const {
8329 return ToUint32(Isolate::GetCurrent()->GetCurrentContext())