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

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

Completed in 88 milliseconds