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

/external/v8/src/
H A Dapi.cc2627 int32_t Value::Int32Value() const { function in class:v8::Value
2633 if (IsDeadCheck(isolate, "v8::Value::Int32Value()")) return 0;
2634 LOG_API(isolate, "Int32Value (slow)");

Completed in 82 milliseconds