Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc532 uint32_t delta = args[0]->Uint32Value(context).FromJust(); in WebAssemblyMemoryGrow()
/external/v8/include/
Dv8.h2228 V8_WARN_UNUSED_RESULT Maybe<uint32_t> Uint32Value(
2235 V8_DEPRECATE_SOON("Use maybe version", uint32_t Uint32Value() const);
/external/v8/src/
Dapi.cc3850 Maybe<uint32_t> Value::Uint32Value(Local<Context> context) const { in Uint32Value() function in v8::Value
3853 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, Uint32Value, uint32_t); in Uint32Value()
3862 uint32_t Value::Uint32Value() const { in Uint32Value() function in v8::Value
3865 return Uint32Value(ContextFromHeapObject(obj)).FromMaybe(0); in Uint32Value()