Home
last modified time | relevance | path

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

/external/v8/samples/
Dhello-world.cc91 uint32_t number = result->Uint32Value(context).ToChecked(); in main()
/external/v8/include/
Dv8.h2562 V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
2569 V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
/external/v8/src/
Dapi.cc3996 Maybe<uint32_t> Value::Uint32Value(Local<Context> context) const { in Uint32Value() function in v8::Value
4000 ENTER_V8(isolate, context, Value, Uint32Value, Nothing<uint32_t>(), in Uint32Value()
4009 uint32_t Value::Uint32Value() const { in Uint32Value() function in v8::Value
4012 return Uint32Value(UnsafeContextFromHeapObject(obj)).FromMaybe(0); in Uint32Value()