Home | History | Annotate | Download | only in src

Lines Matching defs:ToInt32

169 MaybeHandle<Object> Object::ToInt32(Isolate* isolate, Handle<Object> input) {
960 bool Object::ToInt32(int32_t* value) {
1420 CHECK(result->ToInt32(&value));