Lines Matching refs:status
298 …bool status = JSObject::SetIntegrityLevel(thread, JSHandle<JSObject>(obj), IntegrityLevel::FROZEN); in Freeze() local
304 if (!status) { in Freeze()
489 …bool status = JSObject::TestIntegrityLevel(thread, JSHandle<JSObject>(obj), IntegrityLevel::FROZEN… in IsFrozen() local
490 return GetTaggedBoolean(status); in IsFrozen()
508 …bool status = JSObject::TestIntegrityLevel(thread, JSHandle<JSObject>(obj), IntegrityLevel::SEALED… in IsSealed() local
509 return GetTaggedBoolean(status); in IsSealed()
551 bool status = JSTaggedValue::PreventExtensions(argv->GetThread(), obj); in PreventExtensions() local
557 if (!status) { in PreventExtensions()
585 bool status = JSObject::SetIntegrityLevel(thread, object, IntegrityLevel::SEALED); in Seal() local
591 if (!status) { in Seal()
627 bool status = JSTaggedValue::SetPrototype(thread, object, proto); in SetPrototypeOf() local
633 if (!status) { in SetPrototypeOf()
897 bool status = JSTaggedValue::SetPrototype(thread, obj, proto); in ProtoSetter() local
903 if (!status) { in ProtoSetter()