Home | History | Annotate | Download | only in include

Lines Matching defs:Uint32

110 class Uint32;
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);
2004 V8_DEPRECATED("Use maybe version", Local<Uint32> ToArrayIndex() const);
2005 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex(
2565 class V8_EXPORT Uint32 : public Integer {
2568 V8_INLINE static Uint32* Cast(v8::Value* obj);
2571 Uint32();
8328 Local<Uint32> Value::ToUint32() const {
8330 .FromMaybe(Local<Uint32>());
8388 Uint32* Uint32::Cast(v8::Value* value) {
8392 return static_cast<Uint32*>(value);