Lines Matching refs:Maybe
121 Maybe<bool> Runtime::DeleteObjectProperty(Isolate* isolate, in DeleteObjectProperty()
215 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(&it); in GetOwnProperty()
285 Maybe<bool> found = JSReceiver::GetOwnPropertyDescriptor( in RUNTIME_FUNCTION()
477 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
506 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
570 Maybe<bool> result = in DeleteProperty()
600 Maybe<bool> maybe = JSReceiver::HasOwnProperty(object, key); in HasOwnPropertyImplementation()
640 Maybe<bool> maybe = Nothing<bool>(); in RUNTIME_FUNCTION()
668 Maybe<bool> result = in RUNTIME_FUNCTION()
698 Maybe<bool> maybe = JSReceiver::HasProperty(receiver, name); in RUNTIME_FUNCTION()
711 Maybe<PropertyAttributes> maybe = in RUNTIME_FUNCTION()
1166 Maybe<bool> result = Object::Equals(x, y); in RUNTIME_FUNCTION()
1191 Maybe<ComparisonResult> result = Object::Compare(x, y); in RUNTIME_FUNCTION()
1217 Maybe<ComparisonResult> result = Object::Compare(x, y, Strength::STRONG); in RUNTIME_FUNCTION()
1271 Maybe<bool> result = Object::HasInPrototypeChain(isolate, object, prototype); in RUNTIME_FUNCTION()
1282 Maybe<bool> result = Object::HasInPrototypeChain(isolate, object, prototype); in RUNTIME_FUNCTION()