Lines Matching refs:Uint32
108 class Uint32; variable
1977 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToUint32(
1994 Local<Uint32> ToUint32(Isolate* isolate) const);
2007 inline V8_DEPRECATED("Use maybe version", Local<Uint32> ToUint32() const);
2014 V8_DEPRECATED("Use maybe version", Local<Uint32> ToArrayIndex() const);
2015 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex(
2573 class V8_EXPORT Uint32 : public Integer {
2576 V8_INLINE static Uint32* Cast(v8::Value* obj);
2579 Uint32();
7936 Local<Uint32> Value::ToUint32() const {
7938 .FromMaybe(Local<Uint32>());
7996 Uint32* Uint32::Cast(v8::Value* value) {
8000 return static_cast<Uint32*>(value);