Home | History | Annotate | Download | only in cctest

Lines Matching refs:ToInt32

1118       CHECK(results[i]->ToInt32(&value));
1119 CHECK_EQ(value, result->ToInt32(context).ToLocalChecked()->Value());
1352 result->ToInt32(context.local()).ToLocalChecked()->Value() == 0 ? 0 : 1;