Lines Matching refs:result

99         Maybe<PropertyAttributes> result =
101 if (result.IsNothing()) return Nothing<bool>();
102 if (result.FromJust() != ABSENT) return Just(true);
107 Maybe<PropertyAttributes> result =
109 if (result.IsNothing()) return Nothing<bool>();
110 return Just(result.FromJust() != ABSENT);
373 Maybe<bool> result =
376 if (result.IsNothing()) return result;
730 Maybe<PropertyAttributes> result =
732 if (result.IsNothing()) return result;
733 if (result.FromJust() != ABSENT) return result;
959 Maybe<bool> result =
963 // Delete with interceptor succeeded. Return result.
966 if (result.IsJust()) return result;
1204 Handle<Object> result;
1214 result = args.CallIndexedGetter(interceptor, it->array_index());
1216 result = args.CallNamedGetter(interceptor, it->name());
1220 if (result.is_null()) return isolate->factory()->undefined_value();
1223 return handle(*result, isolate);
1246 Handle<Object> result;
1248 result = args.CallIndexedQuery(interceptor, it->array_index());
1250 result = args.CallNamedQuery(interceptor, it->name());
1252 if (!result.is_null()) {
1254 CHECK(result->ToInt32(&value));
1261 Handle<Object> result;
1263 result = args.CallIndexedGetter(interceptor, it->array_index());
1265 result = args.CallNamedGetter(interceptor, it->name());
1267 if (!result.is_null()) return Just(DONT_ENUM);
1285 bool result;
1297 // interceptor's result, which then should be a boolean.
1298 result = !args.CallIndexedSetter(interceptor, it->array_index(), value)
1301 result = !args.CallNamedSetter(interceptor, it->name(), value).is_null();
1305 return Just(result);
1319 bool result;
1351 result =
1355 result =
1360 return Just(result);
1381 Maybe<bool> result = DefinePropertyWithInterceptorInternal(
1383 if (result.IsNothing() || result.FromJust()) {
1384 return result;
1458 MaybeHandle<Object> result =
1461 if (result.is_null()) return Nothing<bool>();
1482 MaybeHandle<Object> result =
1484 if (result.is_null()) return Nothing<bool>();
1664 MaybeHandle<Object> result =
1666 if (result.is_null()) return Nothing<bool>();
1788 Handle<Object> result;
1801 result = args.CallIndexedDescriptor(interceptor, it->array_index());
1803 result = args.CallNamedDescriptor(interceptor, it->name());
1807 if (!result.is_null()) {
1811 PropertyDescriptor::ToPropertyDescriptor(isolate, result, desc),
2035 Handle<Object> result;
2037 isolate, result,
2040 if (result->IsPrimitive()) return result;
2072 Handle<Object> result;
2074 isolate, result,
2076 if (result->IsPrimitive()) return result;
2086 Handle<FixedArray>* result) {
2180 *result = FixedArray::ShrinkOrEmpty(isolate, values_or_entries, count);
2315 Handle<JSObject> result = isolate->factory()->NewFastOrSlowJSObjectFromMap(
2319 return result;
2563 Handle<Object> result;
2564 ASSIGN_RETURN_ON_EXCEPTION(isolate, result,
2566 if (done) return result;
2570 Handle<Object> result;
2573 isolate, result,
2575 if (done) return result;
2602 auto result = GetPropertyAttributesWithInterceptor(it);
2604 if (result.IsJust() && result.FromJust() != ABSENT) return result;
2607 Maybe<PropertyAttributes> result =
2610 if (result.FromMaybe(ABSENT) != ABSENT) return result;
2641 Maybe<bool> result = SetPropertyWithInterceptorInternal(
2644 if (result.IsJust()) return result;
3538 Maybe<bool> result = Just(false);
3545 result = DefinePropertyWithInterceptorInternal(
3550 result =
3554 if (result.IsNothing() || result.FromJust()) return result;
3969 Handle<Object> result;
3971 result = args.CallIndexedDeleter(interceptor, it->array_index());
3973 result = args.CallNamedDeleter(interceptor, it->name());
3977 if (result.is_null()) return Nothing<bool>();
3979 DCHECK(result->IsBoolean());
3981 return Just(result->IsTrue(isolate));
5402 Handle<JSObject> result;
5404 isolate, result,
5413 Handle<JSDate>::cast(result)->SetValue(*value, std::isnan(tv));
5414 return Handle<JSDate>::cast(result);
5424 // time is milliseconds. Therefore, we floor the result of getting