Home
last modified time | relevance | path

Searched refs:Uint32Value (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h2250 V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
2257 V8_DEPRECATE_SOON("Use maybe version", uint32_t Uint32Value() const);
/external/v8/src/
Dapi.cc4012 Maybe<uint32_t> Value::Uint32Value(Local<Context> context) const { in Uint32Value() function in v8::Value
4015 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, Uint32Value, uint32_t); in Uint32Value()
4024 uint32_t Value::Uint32Value() const { in Uint32Value() function in v8::Value
4027 return Uint32Value(ContextFromHeapObject(obj)).FromMaybe(0); in Uint32Value()