Searched refs:Uint32Value (Results 1 – 10 of 10) sorted by relevance
83 RefPtrWillBeRawPtr<Element> result = collection->item(index->Uint32Value()); in getItem()114 if (Node* node = impl->namedItemWithIndex(name, index->Uint32Value())) { in legacyCallCustom()
55 CHECK_EQ(0, result->Uint32Value() % v8::base::OS::ActivationFrameAlignment()); in TEST()
1203 CHECK(fast_return_value_uint32 == value->Uint32Value()); in THREADED_PROFILED_TEST()4907 uint32_t uint32_value = obj->Uint32Value(); in THREADED_TEST()8374 CHECK_EQ(42.0, index->Uint32Value()); in THREADED_TEST()8384 CHECK_EQ(4294967295.0, index->Uint32Value()); in THREADED_TEST()8388 CHECK_EQ(1.0, index->Uint32Value()); in THREADED_TEST()8448 CHECK_EQ(12, result->Uint32Value()); in THREADED_TEST()
74 sqlArgsLength = length->Uint32Value(); in executeSqlMethodCustom()
52 *out = val->Uint32Value(); in FromV8()
974 if (args[0]->Uint32Value() < NTP_NUM_EVENT_TYPES) { in LogEvent()976 static_cast<NTPLoggingEventType>(args[0]->Uint32Value()); in LogEvent()1043 disposition = (WindowOpenDisposition) args[1]->Uint32Value(); in NavigateContentWindow()
369 return value->Uint32Value(); in toUInt32()409 return numberObject->Uint32Value(); in toUInt32()461 return value->Uint32Value(); in toUInt64()
1086 …ty && propertyName->IsUint32() && composite()->HasRealIndexedProperty(propertyName->Uint32Value()); in serializeProperties()1538 m_writer.writeUint32(value->Uint32Value()); in doSerialize()
1689 uint32_t Uint32Value() const;
3084 uint32_t Value::Uint32Value() const { in Uint32Value() function in v8::Value