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

/external/v8/src/
H A Dapi.cc3506 Maybe<int32_t> Value::Int32Value(Local<Context> context) const { function in class:v8::Value
3509 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, Int32Value, int32_t);
3518 int32_t Value::Int32Value() const { function in class:v8::Value
3521 return Int32Value(ContextFromHeapObject(obj)).FromMaybe(0);

Completed in 210 milliseconds