Lines Matching refs:Maybe

291 ShouldThrow GetShouldThrow(Isolate* isolate, Maybe<ShouldThrow> should_throw);
350 V8_WARN_UNUSED_RESULT static Maybe<bool> IsArray(Handle<Object> object);
391 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<ComparisonResult>
395 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<bool> Equals(
490 V8_WARN_UNUSED_RESULT static inline Maybe<bool> GreaterThan(Isolate* isolate,
493 V8_WARN_UNUSED_RESULT static inline Maybe<bool> GreaterThanOrEqual(
495 V8_WARN_UNUSED_RESULT static inline Maybe<bool> LessThan(Isolate* isolate,
498 V8_WARN_UNUSED_RESULT static inline Maybe<bool> LessThanOrEqual(
519 V8_EXPORT_PRIVATE V8_WARN_UNUSED_RESULT static Maybe<bool> SetProperty(
521 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
526 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
530 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>(),
533 V8_WARN_UNUSED_RESULT static Maybe<bool> SetSuperProperty(
535 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
537 V8_WARN_UNUSED_RESULT static Maybe<bool> CannotCreateProperty(
539 Handle<Object> value, Maybe<ShouldThrow> should_throw);
540 V8_WARN_UNUSED_RESULT static Maybe<bool> WriteToReadOnlyProperty(
542 Maybe<ShouldThrow> should_throw);
543 V8_WARN_UNUSED_RESULT static Maybe<bool> WriteToReadOnlyProperty(
546 V8_WARN_UNUSED_RESULT static Maybe<bool> RedefineIncompatibleProperty(
548 Maybe<ShouldThrow> should_throw);
549 V8_WARN_UNUSED_RESULT static Maybe<bool> SetDataProperty(
551 V8_WARN_UNUSED_RESULT static Maybe<bool> AddDataProperty(
553 Maybe<ShouldThrow> should_throw, StoreOrigin store_origin,
556 V8_WARN_UNUSED_RESULT static Maybe<bool> TransitionAndWriteDataProperty(
558 Maybe<ShouldThrow> should_throw, StoreOrigin store_origin);
569 V8_WARN_UNUSED_RESULT static Maybe<bool> SetPropertyWithAccessor(
571 Maybe<ShouldThrow> should_throw);
575 V8_WARN_UNUSED_RESULT static Maybe<bool> SetPropertyWithDefinedSetter(
577 Maybe<ShouldThrow> should_throw);
750 LookupIterator* it, Maybe<ShouldThrow> should_throw);
803 V8_WARN_UNUSED_RESULT static Maybe<bool> SetPropertyInternal(
804 LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw,