Searched refs:Uint32Value (Results 1 – 3 of 3) sorted by relevance
532 uint32_t delta = args[0]->Uint32Value(context).FromJust(); in WebAssemblyMemoryGrow()
2228 V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(2235 V8_DEPRECATE_SOON("Use maybe version", uint32_t Uint32Value() const);
3850 Maybe<uint32_t> Value::Uint32Value(Local<Context> context) const { in Uint32Value() function in v8::Value3853 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, Uint32Value, uint32_t); in Uint32Value()3862 uint32_t Value::Uint32Value() const { in Uint32Value() function in v8::Value3865 return Uint32Value(ContextFromHeapObject(obj)).FromMaybe(0); in Uint32Value()