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

/external/v8/src/
H A Dapi.cc2708 uint32_t Value::Uint32Value() const { function in class:v8::Value
2714 if (IsDeadCheck(isolate, "v8::Value::Uint32Value()")) return 0;
2715 LOG_API(isolate, "Uint32Value");

Completed in 222 milliseconds