Uint32Value 981 include/v8.h V8EXPORT uint32_t Uint32Value() const; Uint32Value 776 src/d8.cc object->ToObject()->Get(String::New("byteLength"))->Uint32Value(); Uint32Value 2920 test/cctest/test-api.cc uint32_t uint32_value = obj->Uint32Value(); Uint32Value 5986 test/cctest/test-api.cc CHECK_EQ(42.0, index->Uint32Value()); Uint32Value 5996 test/cctest/test-api.cc CHECK_EQ(4294967295.0, index->Uint32Value()); Uint32Value 6000 test/cctest/test-api.cc CHECK_EQ(1.0, index->Uint32Value()); Uint32Value 6059 test/cctest/test-api.cc CHECK_EQ(12, result->Uint32Value()); Uint32Value 1695 test/cctest/test-debug.cc uint32_t script_id = script->Id()->Uint32Value();