Searched defs:IsUint32 (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dapi.cc2187 bool Value::IsUint32() const { function in class:v8::Value
2188 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsUint32()")) return false;

Completed in 64 milliseconds